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 1bbdd41 commit f549de6Copy full SHA for f549de6
.github/actions/restore-venv/action.yml
@@ -50,7 +50,7 @@ runs:
50
with:
51
key: ${{ inputs.cache-key }}
52
path: |
53
- ${{ inputs.venv-directory }}
+ ${{ inputs.venv_dir }}
54
${{ inputs.precommit-home }}
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