Files
test-actions/.gitea/workflows/demo.yaml
T
gnoc fc4930dc4c
Gitea Actions Demo / test (push) Successful in 0s
add test workflow
2026-04-15 07:26:48 +00:00

10 lines
170 B
YAML

name: Gitea Actions Demo
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello, Gitea Actions!"
- run: uptime
- run: whoami