Skip to content

Commit 8dbb8a4

Browse files
committed
Same again
1 parent a4f65f0 commit 8dbb8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [opened, edited, synchronize]
55
permissions:
6-
issues: write
6+
pull-requests: write
77
env:
88
# A space-separated list of paths to native libraries to build.
99
NATIVE_LIBRARY_PATHS: "sources/SDL/Native"
@@ -43,7 +43,7 @@ jobs:
4343
run: ./workflow-stage2.sh
4444
working-directory: eng/native/buildsystem
4545
env:
46-
NATIVE_LIBRARY_APPLICABLE_SHORTHANDS: ${{ join(steps.filter.outputs.changes, ' ') }}
46+
NATIVE_LIBRARY_APPLICABLE_SHORTHANDS: ${{ join(fromJSON(steps.filter.outputs.changes), ' ') }}
4747
NATIVE_LIBRARY_USER_REFERENCED_SHORTHANDS: ${{ steps.parse.outputs.targets_referenced }}
4848
PR_EXISTING_NOTICE_ID: ${{ steps.fc.outputs.comment-id }}
4949
- name: Write a comment if needed.
@@ -54,4 +54,4 @@ jobs:
5454
issue-number: ${{ github.event.number }}
5555
body: ${{ steps.strat.outputs.comment_to_write }}
5656
outputs:
57-
matrix_strategy: ${{ fromJSON(steps.strat.outputs.matrix_strategy) }}
57+
matrix_strategy: ${{ steps.strat.outputs.matrix_strategy }}

0 commit comments

Comments
 (0)