workflow/printTest hinzugefügt

add test workflow
This commit is contained in:
2026-04-14 15:26:12 +02:00
commit 8698f210dd
+15
View File
@@ -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 }}"