Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06cd3fe

Browse files
committed
🔧 Update Autofix
1 parent 40c1c07 commit 06cd3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/autofix.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
path: ${{ env.pythonLocation }}
2525
key: ${{ runner.os }}-python-autofix-${{ env.pythonLocation }}-${{ hashFiles('requirements-autofix.txt') }}-v01
26-
- name: Install GitHub Actions dependencies
26+
- name: Install dependencies
2727
if: steps.cache.outputs.cache-hit != 'true'
2828
run: pip install -r requirements-autofix.txt
2929
- name: Get changed files
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
path: ~/.cache/pre-commit
3636
key: ${{ runner.os }}-pre-commit-hooks-${{ hashFiles('.pre-commit-config.yml') }}-v01
37-
- run: pre-commit run ${{ steps.changed-files.outputs.all_changed_files }}
37+
- run: pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}
3838
# Allow debugging with tmate
3939
- name: Setup tmate session
4040
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)