Files
lamtruong28 92b61f1919
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 53s
Test / test (push) Successful in 19s
Test CI
2026-08-06 15:41:24 +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 }}"