typo fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 47s

This commit is contained in:
2024-07-27 15:29:36 +02:00
parent edcde52192
commit 17e8a90f40

View File

@@ -14,7 +14,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files
run: |
echo ${{ gitea.worspace }}:
echo ${{ gitea.workspace }}:
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ gitea.status }}."