We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3fbf3 commit 059e2a9Copy full SHA for 059e2a9
.github/workflows/autobahn.yml
@@ -2,7 +2,7 @@ name: Autobahn
2
on:
3
workflow_dispatch:
4
5
- pull_request:
+ pull_request_target:
6
paths:
7
- '.github/workflows/autobahn.yml'
8
- 'lib/web/websocket/**'
@@ -54,7 +54,7 @@ jobs:
54
run: npm run test:websocket:autobahn:report
55
56
- name: Generate Report for PR Comment
57
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request_target'
58
id: report-markdown
59
run: |
60
echo "comment<<nEOFn" >> $GITHUB_OUTPUT
@@ -64,7 +64,7 @@ jobs:
64
REPORTER: markdown
65
66
- name: Comment PR
67
68
uses: thollander/actions-comment-pull-request@v2
69
with:
70
message: ${{ steps.report-markdown.outputs.comment }}
0 commit comments