Files
giteaGlobals/test/action.yaml
T
paadi 72b1b3cc82
Build go program / Test-Gitea-Actions (push) Successful in 9s
test/action.yaml aktualisiert
2026-04-14 16:08:03 +02:00

15 lines
255 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 }}"