From 7c8275549a5a203c44eadc1f4392ae88baabaced Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 27 Aug 2025 11:40:24 +0300 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 344c115..79f6a10 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,4 +8,4 @@ jobs: name: check and test steps: - name: test - run: echo "Hello from Gitea Actions!" && ls -l \ No newline at end of file + run: echo "Hello from Gitea Actions!" && pwd \ No newline at end of file