diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ee799a3..5d14fc3 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 }}."