Files
giteaGlobals/workflow/printTest
T
2026-04-14 15:26:12 +02:00

15 lines
254 B
Plaintext

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 }}"