test-ci/.gitea/workflows/hello.yml
hari 9149ef3e00
Some checks failed
hello / hi (push) Failing after 1m21s
add hello workflow
2026-05-23 14:33:45 +00:00

9 lines
180 B
YAML

name: hello
on: [push]
jobs:
hi:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from $(hostname) — Gitea Actions is alive!"
- run: docker info | head -20