diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6001664..9175158 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,6 +12,5 @@ jobs: - 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 - run: | - ls ${{ gitea.workspace }} + run: ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file