update action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m26s

This commit is contained in:
moonlightwatch 2025-03-26 16:08:41 +08:00
parent 33615b11b3
commit 389eb01d89

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo "workspace - ${{ gitea.workspace }}"
- name: List files in the repository ${{ gitea.workspace }}
run: |
ls ${{ gitea.workspace }}