Skip to content

Commit e16df40

Browse files
committed
test
1 parent dffab2c commit e16df40

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
@@ -81,7 +81,7 @@ jobs:
8181
fetch-depth: 2
8282
persist-credentials: false
8383
token: ${{ steps.create_token.outputs.token }}
84-
ref: "${{ github.event.pull_request.merge_commit_sha }}"
84+
ref: "refs/pull/${{ github.event.number }}/merge"
8585

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

0 commit comments

Comments
 (0)