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

This commit is contained in:
liyy 2025-11-19 08:26:49 +00:00
parent 2d856bf617
commit 7e1107291c

View File

@ -24,5 +24,5 @@ jobs:
pnpm -v pnpm -v
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}/
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."