diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index e87a89c..83fa3e7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,5 +15,6 @@ 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 ${{ gitea.workspace }} + ls - run: echo " This job's status is ${{ job.status }}."