From a75a7a5b980a19733383a15789105480dad01911 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 29 Jul 2025 22:26:27 +0200 Subject: [PATCH] git: Let the CI still work correctly in PRs --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9931f23..c9a61d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - name: 🧰 Checkout uses: actions/checkout@v4 with: - repository: WerWolv/ImHex-Patterns + repository: ${{ github.repository_owner }}/ImHex-Patterns submodules: recursive - name: ⬇️ Install dependencies