From 00e7f630815b36ed3b00f3dfd16d623e0c2cbf99 Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 31 Jul 2025 12:06:34 +0000 Subject: [PATCH] ci: fixed checkout lfs action url --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index e516642..dcf18c5 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -48,7 +48,7 @@ jobs: run: | apt update && apt -y install curl zip nodejs - name: Checkout with LFS - uses: https://git.game-dev.space/minimata/checkout-lfs.git@main + uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main with: checkout-version: 3 - name: Import resources and build solution