fix: correct variable reference for workspace in Gitea Actions workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
This commit is contained in:
@@ -15,5 +15,5 @@ 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 "${{ github.workspace }}"
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user