diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 9bcb4d7..89b0141 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - 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." - - name: List files in the repository two time + - name: List files in the repository tree time run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."