From 4fe733dc1ba50db0cebfb44918ea88fc80dee571 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 11 Mar 2025 15:44:46 +0100 Subject: [PATCH] Fix --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2eca8eb..394c807 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,5 +15,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - cat test_config.yaml + ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file