We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d16eb commit bf25c01Copy full SHA for bf25c01
.github/workflows/premerge.yaml
@@ -66,6 +66,7 @@ jobs:
66
continue-on-error: ${{ runner.arch == 'ARM64' }}
67
env:
68
GITHUB_TOKEN: ${{ github.token }}
69
+ GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
70
run: |
71
git config --global --add safe.directory '*'
72
@@ -157,6 +158,7 @@ jobs:
157
158
shell: cmd
159
160
161
162
163
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
164
# See the comments above in the Linux job for why we define each of
0 commit comments