From 3a48b0daabb366c27f11331221892889647be2af Mon Sep 17 00:00:00 2001 From: Stan Date: Tue, 24 Sep 2024 07:48:36 +0200 Subject: [PATCH] Try to fix the pipeline --- .gitea/workflows/checkrefs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/checkrefs.yml b/.gitea/workflows/checkrefs.yml index 27846603b2..906d0d5fce 100644 --- a/.gitea/workflows/checkrefs.yml +++ b/.gitea/workflows/checkrefs.yml @@ -17,6 +17,6 @@ jobs: git config --local http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/.extraheader '' - name: Download necessary LFS assets - run: git lfs pull -I binaries/data/mods/public/maps + run: git lfs pull -I binaries/data/mods/public/maps pull - name: Check for missing references run: ./source/tools/entity/checkrefs.py