Files
Test/.gitea/workflows/test.yaml
T
lamtruong28 4f6c7a099a
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Test / test (push) Successful in 19s
Test CI
2026-08-06 15:52:45 +07:00

12 lines
176 B
YAML

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"
- run: echo "${{ gitea.sha }}"
- run: echo "${{ gitea.ref }}"