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