yq/action.yml

12 lines
259 B
YAML
Raw Normal View History

2020-02-24 09:04:45 +00:00
name: 'YAML processor'
description: 'YAML processor for running in Github action'
inputs:
cmd:
description: 'The Command which should be run'
required: true
runs:
using: 'docker'
image: 'github-action/Dockerfile'
args:
- ${{ inputs.cmd }}