Skip to content

Commit 741647d

Browse files
committed
Rework env variables - typo
1 parent f549de6 commit 741647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/restore-venv/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
uses: actions/cache@v4
2424
with:
2525
path: |
26-
${{ inputs.venv_dir }}
26+
${{ inputs.venv-dir }}
2727
${{ inputs.precommit-home }}
2828
key: ${{ inputs.cache-key }}
2929
- name: Create Python virtual environment
@@ -50,7 +50,7 @@ runs:
5050
with:
5151
key: ${{ inputs.cache-key }}
5252
path: |
53-
${{ inputs.venv_dir }}
53+
${{ inputs.venv-dir }}
5454
${{ inputs.precommit-home }}
5555
- name: Fail job if Python cache restore failed
5656
if: ${{ inputs.fail-on-miss == 'true' && steps.cache-create.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)