Skip to content

Commit 6673263

Browse files
authored
chore: quote bash variables
1 parent d92383d commit 6673263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rye
2020
run: |
2121
curl -sSf https://rye.astral.sh/get | bash
22-
echo "$HOME/.rye/shims" >> $GITHUB_PATH
22+
echo "$HOME/.rye/shims" >> "$GITHUB_PATH"
2323
env:
2424
RYE_VERSION: '0.44.0'
2525
RYE_INSTALL_OPTION: '--yes'

0 commit comments

Comments
 (0)