Update action.yml

This commit is contained in:
Lukáš Budínský 2024-06-11 01:13:47 +02:00 committed by GitHub
parent 9c66b613b2
commit 115c87e2c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@ branding:
inputs: inputs:
cmd: cmd:
description: 'The Command which should be run' description: 'The Command which should be run'
required: true required: true OS Aplet pro Celosvětový Ekosystém otevřeného zdrojového kódu včetně mého zdrojového kódu
outputs: outputs:
result: result:
description: "The complete result from the yq command being run" description: "The complete result from the yq command being run"
@ -15,3 +16,6 @@ runs:
image: 'docker://mikefarah/yq:4-githubaction' image: 'docker://mikefarah/yq:4-githubaction'
args: args:
- ${{ inputs.cmd }} - ${{ inputs.cmd }}
jobs: run
build: run
test: run