mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-08 06:45:38 +00:00
Update action.yml
This commit is contained in:
parent
9c66b613b2
commit
115c87e2c7
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user