Skip to content

Commit 081ef98

Browse files
authored
Replace issue.number with pr.number i survey-on-merged-pr.yml
One more fix... hope this time it works ;-)
1 parent fe47025 commit 081ef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/survey-on-merged-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [closed]
66

77
env:
8-
PR_NUM: ${{ github.event.issue.number }}
8+
PR_NUM: ${{ github.event.pull_request.number }}
99
SURVEY_URL: https://forms.gle/WV58koUBGSG9HBY66
1010

1111
jobs:

0 commit comments

Comments
 (0)