mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
18 lines
430 B
YAML
18 lines
430 B
YAML
name: 'yq - portable yaml processor'
|
|
description: 'create, read, update, delete, merge, validate and do more with yaml'
|
|
branding:
|
|
icon: command
|
|
color: gray-dark
|
|
inputs:
|
|
cmd:
|
|
description: 'The Command which should be run'
|
|
required: true
|
|
outputs:
|
|
result:
|
|
description: "The complete result from the yq command being run"
|
|
runs:
|
|
using: 'docker'
|
|
image: 'github-action/Dockerfile'
|
|
args:
|
|
- ${{ inputs.cmd }}
|