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 8b4e314 commit d6d71b4Copy full SHA for d6d71b4
.github/workflows/build_py_tools.yml
@@ -80,7 +80,7 @@ jobs:
80
with:
81
persist-credentials: false
82
token: ${{ steps.create_token.outputs.token }}
83
- ref: ${{ github.event.pull_request.merge_commit_sha || github.sha }}
+ ref: refs/pull/${{ github.event.number }}/merge
84
85
# To avoid giving unknown scripts elevated permissions, download them from the master branch
86
- name: Get CI scripts from master (Linux and macOS)
0 commit comments