workflow/printTest hinzugefügt
add test workflow
This commit is contained in:
@@ -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 }}"
|
||||||
Reference in New Issue
Block a user