From 72b1b3cc82d31d674acfaeb77001410e12e3fc5a Mon Sep 17 00:00:00 2001 From: paadi Date: Tue, 14 Apr 2026 16:08:03 +0200 Subject: [PATCH] test/action.yaml aktualisiert --- test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/action.yaml b/test/action.yaml index 11091ea..219b41a 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - name Steps + - name: Steps shell: bash run: | echo "Passed argument: ${{ inputs.myVar }}" \ No newline at end of file