From ef8ac8db4dda98efebaf812e79b7dd0870927363 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 05:55:02 +0300 Subject: [PATCH] Gitea Actions test --- .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 4d6070a..49aafbc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,5 +15,5 @@ jobs: # - run: echo "🖥️ The workflows is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls -la - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file