We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1632c4d commit 95e318cCopy full SHA for 95e318c
.github/workflows/ci_tests_dev.yaml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
token: ${{ steps.generate-token.outputs.token }}
69
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
70
- ref: ${{ github.event.client_payload.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.sha }}
71
# fecth all history so that setuptools-scm works
72
fetch-depth: 0
73
.github/workflows/format-command.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
# Setup Python environment
24
- uses: actions/[email protected]
0 commit comments