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

Signed-off-by: pengchang <changpeng94@gmail.com>
This commit is contained in:
2025-04-29 15:03:15 +08:00
parent 1ac81cfc4c
commit c56f6ef60c

View File

@@ -19,6 +19,5 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
ip addr
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}" - run: echo "😀😀 REPO_NAME = ${{ vars.REPO_NAME}}"