Test CI
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 53s
Test / test (push) Successful in 19s

This commit is contained in:
2026-08-06 15:41:24 +07:00
parent d66843e7bd
commit 92b61f1919
+12
View File
@@ -0,0 +1,12 @@
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"
- run: echo "${{ gitea.sha }}"
- run: echo "${{ gitea.ref }}"