Files
giteaGlobals/test/action.yaml
T
paadi ed951dc548
Build go program / Test-Gitea-Actions (push) Failing after 7s
test/action.yaml aktualisiert
2026-04-14 16:06:08 +02:00

15 lines
254 B
YAML

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