2020-03-01 21:47:19 +00:00
|
|
|
name: 'yq - portable yaml processor'
|
2020-02-29 07:22:52 +00:00
|
|
|
description: 'create, read, update, delete, merge, validate and do more with yaml'
|
2021-06-08 13:14:00 +00:00
|
|
|
branding:
|
|
|
|
icon: command
|
|
|
|
color: gray-dark
|
2020-02-24 09:04:45 +00:00
|
|
|
inputs:
|
|
|
|
cmd:
|
|
|
|
description: 'The Command which should be run'
|
|
|
|
required: true
|
2021-06-08 13:14:00 +00:00
|
|
|
outputs:
|
|
|
|
result:
|
|
|
|
description: "The complete result from the yq command being run"
|
2020-02-24 09:04:45 +00:00
|
|
|
runs:
|
|
|
|
using: 'docker'
|
|
|
|
image: 'github-action/Dockerfile'
|
|
|
|
args:
|
|
|
|
- ${{ inputs.cmd }}
|