Skip to content

Commit

Permalink
fix: pre-commit autoupdate command
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan authored and pktgen committed Dec 2, 2024
1 parent a0aa852 commit 460ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit auto update
run: pre-commit auto update
run: pre-commit autoupdate
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 460ef08

Please sign in to comment.