add demo gitea action
demo / hello (push) Successful in 1m54s

This commit is contained in:
姚章浩
2026-06-18 18:37:37 +08:00
parent 753a000eeb
commit 13a582e7aa
+17
View File
@@ -0,0 +1,17 @@
name: demo
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: |
echo "AI球 Gitea Runner 已经跑通"
echo "当前时间:$(date)"
echo "当前目录:$(pwd)"
ls -la