From c5abc99d55d84756539b909ff851af941bb16005 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Mar 2024 11:36:06 +0100 Subject: [PATCH] build: try to specify repo as well --- .gitea/workflows/link-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/link-linux.yml b/.gitea/workflows/link-linux.yml index 04454e8..7f04a99 100644 --- a/.gitea/workflows/link-linux.yml +++ b/.gitea/workflows/link-linux.yml @@ -16,6 +16,7 @@ jobs: - name: Check out files uses: actions/checkout@main with: + repository: AlterWare/iw5-zones submodules: true fetch-depth: 0 lfs: true