From 115c87e2c7b73785bca5cc3979ecb634d8ff0364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Bud=C3=ADnsk=C3=BD?= <153023114+lukins-cz@users.noreply.github.com> Date: Tue, 11 Jun 2024 01:13:47 +0200 Subject: [PATCH] Update action.yml --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3ff32f57..1ee0a053 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,8 @@ branding: inputs: cmd: 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: result: description: "The complete result from the yq command being run" @@ -15,3 +16,6 @@ runs: image: 'docker://mikefarah/yq:4-githubaction' args: - ${{ inputs.cmd }} + jobs: run + build: run + test: run