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 a4f8503 commit 93b5ea1Copy full SHA for 93b5ea1
.github/workflows/build_test_publish_images.yaml
@@ -77,6 +77,7 @@ jobs:
77
- name: Checkout
78
uses: actions/checkout@v4
79
with:
80
+ ref: ${{ inputs.sha }}
81
fetch-depth: 0 # unshallow fetch for setuptools-scm
82
persist-credentials: false
83
0 commit comments