Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
Chen Augus 2025-02-06 13:32:03 +08:00
parent 45f617c125
commit aa5d68b39f

View File

@ -12,6 +12,5 @@ jobs:
- 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."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
run: ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."