Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Feb 27, 2024
1 parent b35479e commit 2dfcda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
if: ${{ inputs.cache == 'venv' }}
with:
path: |
${{ runner.os == "Windows" && steps.venv-dir-windows.outputs.venv-dir || steps.setup-uv.outputs.venv-dir }}
${{ runner.os == 'Windows' && steps.venv-dir-windows.outputs.venv-dir || steps.setup-uv.outputs.venv-dir }}
key: setup-python-uv-action-venv-${{ runner.os }}-python-${{ inputs.python-version }}${{ steps.cache-dependency-checksum.outputs.checksum-suffix }}
save-always: true

Expand Down

0 comments on commit 2dfcda2

Please sign in to comment.