Skip to content

Commit f549de6

Browse files
committed
Rework env variables - missing line
1 parent 1bbdd41 commit f549de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
with:
5151
key: ${{ inputs.cache-key }}
5252
path: |
53-
${{ inputs.venv-directory }}
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)