Skip to content

Commit 5335e93

Browse files
authored
Merge branch 'master' into backup2
2 parents 0bd2ab2 + 32b2928 commit 5335e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
needs: tests
8989
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
9090
with:
91-
pattern_language_git_repo: ${{ github.server_url }}/${{ github.repository }}
92-
pattern_language_git_hash: ${{ github.sha }}
91+
pattern_language_git_repo: ${{ github.server_url }}/${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
92+
pattern_language_git_hash: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)