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:03:57 +08:00
parent 5608ce5285
commit 48a2ed447e

View File

@@ -11,6 +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: ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."