From 67967c7deff72e86b83889c8719dce1d6fdf2f71 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Thu, 28 Dec 2023 17:51:50 +0100 Subject: [PATCH] w1 --- .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 04a15aa..63beedf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,6 +13,6 @@ 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 -la /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}." - uses: actions/checkout@v2