mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
12 lines
259 B
YAML
12 lines
259 B
YAML
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 }}
|