From befcef9e8dfc9621c48db2542b62246ed8538aa9 Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Sun, 8 Feb 2026 12:58:36 +0100 Subject: [PATCH] First test of gitea actions --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index fb1cfb1..6e822c2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,4 @@ jobs: runs-on: server steps: - name: initial test - uses: echo "test" \ No newline at end of file + run: echo "test" \ No newline at end of file