File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
types : [opened, edited, synchronize]
5
5
permissions :
6
- issues : write
6
+ pull-requests : write
7
7
env :
8
8
# A space-separated list of paths to native libraries to build.
9
9
NATIVE_LIBRARY_PATHS : " sources/SDL/Native"
43
43
run : ./workflow-stage2.sh
44
44
working-directory : eng/native/buildsystem
45
45
env :
46
- NATIVE_LIBRARY_APPLICABLE_SHORTHANDS : ${{ join(steps.filter.outputs.changes, ' ') }}
46
+ NATIVE_LIBRARY_APPLICABLE_SHORTHANDS : ${{ join(fromJSON( steps.filter.outputs.changes) , ' ') }}
47
47
NATIVE_LIBRARY_USER_REFERENCED_SHORTHANDS : ${{ steps.parse.outputs.targets_referenced }}
48
48
PR_EXISTING_NOTICE_ID : ${{ steps.fc.outputs.comment-id }}
49
49
- name : Write a comment if needed.
54
54
issue-number : ${{ github.event.number }}
55
55
body : ${{ steps.strat.outputs.comment_to_write }}
56
56
outputs :
57
- matrix_strategy : ${{ fromJSON( steps.strat.outputs.matrix_strategy) }}
57
+ matrix_strategy : ${{ steps.strat.outputs.matrix_strategy }}
You can’t perform that action at this time.
0 commit comments