Skip to content

Commit

Permalink
Enable pre-commit autofixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaeger committed Nov 3, 2023
1 parent 7db3056 commit 1ecade2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pydesigner_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
pre-commit_version: latest
python_version: 3.8
system: true
# - name: Auto-commit changed files
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "Pre-commit fixes"


- name: Auto-commit changed files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Pre-commit fixes"
tokem: ${{ secrets.GH_BRIDGE_PAT }}

0 comments on commit 1ecade2

Please sign in to comment.