We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb33d commit febf1b2Copy full SHA for febf1b2
1 file changed
.github/workflows/tests.yml
@@ -88,15 +88,5 @@ jobs:
88
needs: tests
89
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
90
with:
91
- pattern_language_git_repo: |
92
- ${{ github.server_url }}/${{
93
- github.event_name == 'pull_request'
94
- && github.event.pull_request.head.repo.full_name
95
- || github.repository
96
- }}
97
- pattern_language_git_hash: |
98
- ${{
99
100
- && github.event.pull_request.head.sha
101
- || github.sha
102
+ pattern_language_git_repo: ${{ github.server_url }}/${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
+ pattern_language_git_hash: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
0 commit comments