Files
gitea-ci-library/.gitea/workflows/example-manual-hello.yml
T
moilanik 68fbd35ac2
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m47s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 6s
hello world manuaalisesti
2026-06-16 06:46:40 +03:00

8 lines
170 B
YAML

name: Hello World (Manual)
on: workflow_dispatch
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from manual dispatch, ${{ github.actor }}"