test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Rohan Deshpande 2025-03-07 16:50:08 -08:00
parent 874ef3b581
commit 026e58018b

View File

@ -15,5 +15,6 @@ jobs:
- run: echo " The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
# ls ${{ gitea.workspace }}
ls
- run: echo " This job's status is ${{ job.status }}."