diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2eca8eb..394c807 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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: | - cat test_config.yaml + ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file