From 01e67e5cb5988ac09c27ad7b0f710fbdd4da6440 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Fri, 1 Dec 2023 20:59:38 +0100 Subject: [PATCH] TEST5 --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2db2712..4ae1d13 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,5 +11,7 @@ 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." - - run: ls ${{ github.workspace }} + - name: List files in the repository + run: | + ls /var/www/html - run: echo "🍏 This job's status is ${{ job.status }}."