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