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 1877f35 commit 1d55b96Copy full SHA for 1d55b96
.github/workflows/reusable-tox.yml
@@ -210,7 +210,7 @@ jobs:
210
workflow-artifact-name: ${{ inputs.dists-artifact-name }}
211
212
- name: 🪝 Invoke the `post-src-checkout` hook
213
- uses: .github/stdlib-workflows/reusable-tox/actions/post-src-checkout
+ uses: ./.github/stdlib-workflows/reusable-tox/actions/post-src-checkout
214
if: >- # `hashFiles()` is used as a rudimentary `file.exists()`
215
hashFiles(
216
'.github/stdlib-workflows/reusable-tox/actions/post-src-checkout/action.yml'
0 commit comments