Commit 059e2a9 1 parent 0f3fbf3 commit 059e2a9 Copy full SHA for 059e2a9
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 @@ -2,7 +2,7 @@ name: Autobahn
2
2
on :
3
3
workflow_dispatch :
4
4
5
- pull_request :
5
+ pull_request_target :
6
6
paths :
7
7
- ' .github/workflows/autobahn.yml'
8
8
- ' lib/web/websocket/**'
54
54
run : npm run test:websocket:autobahn:report
55
55
56
56
- name : Generate Report for PR Comment
57
- if : github.event_name == 'pull_request '
57
+ if : github.event_name == 'pull_request_target '
58
58
id : report-markdown
59
59
run : |
60
60
echo "comment<<nEOFn" >> $GITHUB_OUTPUT
64
64
REPORTER : markdown
65
65
66
66
- name : Comment PR
67
- if : github.event_name == 'pull_request '
67
+ if : github.event_name == 'pull_request_target '
68
68
uses : thollander/actions-comment-pull-request@v2
69
69
with :
70
70
message : ${{ steps.report-markdown.outputs.comment }}
You can’t perform that action at this time.
0 commit comments