Files
action-test/.gitea/workflows/hello-world.yml
T
jbrechtel de3a5049fd
Hello World / hello (push) Successful in 7s
test
2026-06-01 10:55:21 -04:00

12 lines
200 B
YAML

name: Hello World
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
label: zendo
steps:
- uses: actions/checkout@v4
- name: Say hello
run: echo "Hello, Gitea Actions!"