test-ci/.gitea/workflows/hello.yml
hari 4410ef09ec
Some checks failed
hello / hi (push) Failing after 1m7s
bump v2
2026-05-23 14:39:18 +00:00

9 lines
154 B
YAML

name: hello
on: [push]
jobs:
hi:
runs-on: ubuntu-latest
steps:
- run: echo "Hello v2 from $(hostname)"
- run: docker info | head -5