diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 653837a..2db2712 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,6 +11,5 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "💡 The ${{ github.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: /bin/ls ${{ github.workspace }} + - run: ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."