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 35149cd commit 8534701Copy full SHA for 8534701
1 file changed
.github/workflows/release-python.yml
@@ -39,7 +39,7 @@ jobs:
39
steps:
40
- uses: actions/checkout@v4
41
with:
42
- ref: ${{ inputs.sha }}
+ ref: ${{ inputs.sha || github.event.pull_request.head.sha || github.sha }}
43
44
# Avoid potential out-of-memory errors
45
- name: Set swap space for Linux
0 commit comments