From 11be2f2f03bd9ebf341ee5323b499599c17ee3cb Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Fri, 1 Dec 2023 21:07:54 +0100 Subject: [PATCH] 7 --- .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 17c5b2a..4ae1d13 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,5 +13,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls /var/www/html/ + ls /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}."