Skip to content

Commit d631abe

Browse files
authored
Update pre-commit.yml fix super-linter github-actions check
1 parent 5bc5a50 commit d631abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install pre-commit
2727
- name: set PY
28-
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
28+
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
2929
- uses: actions/cache@v5
3030
with:
3131
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)