We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe47025 commit 081ef98Copy full SHA for 081ef98
.github/workflows/survey-on-merged-pr.yml
@@ -5,7 +5,7 @@ on:
5
types: [closed]
6
7
env:
8
- PR_NUM: ${{ github.event.issue.number }}
+ PR_NUM: ${{ github.event.pull_request.number }}
9
SURVEY_URL: https://forms.gle/WV58koUBGSG9HBY66
10
11
jobs:
0 commit comments