From a6c80206c9d5055c7ec05a56ffba29dc26243d66 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 27 Jan 2026 18:53:03 +0100 Subject: [PATCH] trying to fix syntax error in checkout action --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 9770622d..a476000d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -90,12 +90,12 @@ jobs: image: barichello/godot-ci:mono-4.6 steps: - - name: Install curl and zip + - name: Install node, curl and zip run: | apt update && apt -y install curl zip nodejs - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: lfs: false persist-credentials: true