Обновить .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 33s

This commit is contained in:
artem 2024-10-17 22:09:42 +03:00
parent 18ba3de253
commit 33fa3cee65

View File

@ -16,5 +16,8 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: cat file
run: |
cat gitea-ci.yaml
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."