We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ef99d commit 819cf93Copy full SHA for 819cf93
1 file changed
.github/workflows/deploy.yml
@@ -56,8 +56,7 @@ jobs:
56
GH_TOKEN: ${{ secrets.GH_TOKEN }}
57
GHA_REPO_SLUG: ${{ github.repository }}
58
GHA_BRANCH: ${{ github.ref }} # non PR only need to get last part
59
- # GHA_PULL_REQUEST: ${{ github.event.number }}
60
- GHA_PULL_REQUEST: 'true'
+ GHA_PULL_REQUEST: ${{ github.event.number }}
61
GHA_BUILD_NUMBER: ${{ github.run_number }}
62
GHA_JOB_NUMBER: ${{ github.job_number }}
63
GHA_COMMIT: ${{ github.sha }}
0 commit comments