Skip to content

Commit d6d71b4

Browse files
committed
test
1 parent 8b4e314 commit d6d71b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_py_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
token: ${{ steps.create_token.outputs.token }}
83-
ref: ${{ github.event.pull_request.merge_commit_sha || github.sha }}
83+
ref: refs/pull/${{ github.event.number }}/merge
8484

8585
# To avoid giving unknown scripts elevated permissions, download them from the master branch
8686
- name: Get CI scripts from master (Linux and macOS)

0 commit comments

Comments
 (0)