From 60c8d934499f958721658475c8c30202e4faa629 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 29 Jul 2025 21:57:54 +0200 Subject: [PATCH] git: Make sure other repos check out the right repo --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0dc54d5..9931f23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,7 @@ jobs: - name: 🧰 Checkout uses: actions/checkout@v4 with: + repository: WerWolv/ImHex-Patterns submodules: recursive - name: ⬇️ Install dependencies