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 5bc5a50 commit d631abeCopy full SHA for d631abe
1 file changed
.github/workflows/pre-commit.yml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install pre-commit
27
- name: set PY
28
- run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
+ run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
29
- uses: actions/cache@v5
30
with:
31
path: ~/.cache/pre-commit
0 commit comments