ci: 2.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
Ivan Li 2023-05-21 14:27:39 +08:00
parent d2a51031d4
commit 6e06e207dc

View File

@ -14,6 +14,5 @@ jobs:
- run: echo "The workflow is now ready to test your code on the runner." - run: echo "The workflow is now ready to test your code on the runner."
- 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 ${{ gitea.status }}." - run: echo "This job's status is ${{ gitea.status }}."