Skip to content

Commit 97cb33d

Browse files
committed
git: Fix yaml syntax
1 parent b8a8cd3 commit 97cb33d

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ jobs:
8888
needs: tests
8989
uses: WerWolv/ImHex-Patterns/.github/workflows/tests.yml@master
9090
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-
github.event_name == 'pull_request'
98-
&& github.event.pull_request.head.sha
99-
|| github.sha
100-
}}
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+
github.event_name == 'pull_request'
100+
&& github.event.pull_request.head.sha
101+
|| github.sha
102+
}}

0 commit comments

Comments
 (0)