commit 8698f210ddaae6586eb3ff5d269642b9a0f3c784 Author: paadi Date: Tue Apr 14 15:26:12 2026 +0200 workflow/printTest hinzugefügt add test workflow 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