From 5cc07b7371ef6d6631d26bf14b1600d24c2fa01e Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Fri, 1 Dec 2023 20:48:56 +0100 Subject: [PATCH] TEST4 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f660186..653837a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,5 +12,5 @@ jobs: - 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: ls ${{ github.workspace }} + run: /bin/ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."