feat:增加demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
曾文豪
2024-10-01 17:04:20 +08:00
parent 48a2ed447e
commit fc10b740d7

View File

@@ -11,5 +11,5 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: ls ${{ gitea.workspace }}
- run: echo ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."