name: 'yq' description: 'update, validate and do more with yaml documents' icon: command color: gray-dark inputs: cmd: description: 'The Command which should be run' required: true runs: using: 'docker' image: 'github-action/Dockerfile' args: - ${{ inputs.cmd }}