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 f549de6 commit 741647dCopy full SHA for 741647d
.github/actions/restore-venv/action.yml
@@ -23,7 +23,7 @@ runs:
23
uses: actions/cache@v4
24
with:
25
path: |
26
- ${{ inputs.venv_dir }}
+ ${{ inputs.venv-dir }}
27
${{ inputs.precommit-home }}
28
key: ${{ inputs.cache-key }}
29
- name: Create Python virtual environment
@@ -50,7 +50,7 @@ runs:
50
51
52
53
54
55
- name: Fail job if Python cache restore failed
56
if: ${{ inputs.fail-on-miss == 'true' && steps.cache-create.outputs.cache-hit != 'true' }}
0 commit comments