Skip to content

Commit 819cf93

Browse files
committed
ci: fix
1 parent 35ef99d commit 819cf93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5757
GHA_REPO_SLUG: ${{ github.repository }}
5858
GHA_BRANCH: ${{ github.ref }} # non PR only need to get last part
59-
# GHA_PULL_REQUEST: ${{ github.event.number }}
60-
GHA_PULL_REQUEST: 'true'
59+
GHA_PULL_REQUEST: ${{ github.event.number }}
6160
GHA_BUILD_NUMBER: ${{ github.run_number }}
6261
GHA_JOB_NUMBER: ${{ github.job_number }}
6362
GHA_COMMIT: ${{ github.sha }}

0 commit comments

Comments
 (0)