From 8698f210ddaae6586eb3ff5d269642b9a0f3c784 Mon Sep 17 00:00:00 2001 From: paadi Date: Tue, 14 Apr 2026 15:26:12 +0200 Subject: [PATCH] =?UTF-8?q?workflow/printTest=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add test workflow --- workflow/printTest | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 workflow/printTest diff --git a/workflow/printTest b/workflow/printTest new file mode 100644 index 0000000..11091ea --- /dev/null +++ b/workflow/printTest @@ -0,0 +1,15 @@ +name: printTest +description: this is the first printTest + +inputs: + myVar: + description: my var + required: true + +runs: + using: "composite" + steps: + - name Steps + shell: bash + run: | + echo "Passed argument: ${{ inputs.myVar }}" \ No newline at end of file