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

This commit is contained in:
Adam Outler 2023-08-17 17:40:55 +00:00
parent 43dad52965
commit 4c496be220

View File

@ -15,4 +15,5 @@ jobs:
- 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 }}."