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.
2 parents 9bc15c0 + dffab2c commit ce74479Copy full SHA for ce74479
.github/workflows/build_py_tools.yml
@@ -78,9 +78,10 @@ jobs:
78
- name: Checkout user repository
79
uses: actions/checkout@v4
80
with:
81
+ fetch-depth: 2
82
persist-credentials: false
83
token: ${{ steps.create_token.outputs.token }}
- ref: refs/pull/${{ github.event.number }}/merge
84
+ ref: "${{ github.event.pull_request.merge_commit_sha }}"
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