Skip to content

Commit bf25c01

Browse files
pr number
Created using spr 1.3.7
1 parent 54d16eb commit bf25c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
continue-on-error: ${{ runner.arch == 'ARM64' }}
6767
env:
6868
GITHUB_TOKEN: ${{ github.token }}
69+
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
6970
run: |
7071
git config --global --add safe.directory '*'
7172
@@ -157,6 +158,7 @@ jobs:
157158
shell: cmd
158159
env:
159160
GITHUB_TOKEN: ${{ github.token }}
161+
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
160162
run: |
161163
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
162164
# See the comments above in the Linux job for why we define each of

0 commit comments

Comments
 (0)