We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2df4c3 commit 29bc578Copy full SHA for 29bc578
.github/workflows/linter.yml
@@ -46,5 +46,6 @@ jobs:
46
ruff check ${{env.PROJECT_FOLDER}} --fix
47
- uses: stefanzweifel/git-auto-commit-action@v6
48
with:
49
+ repo-token: "${{ secrets.GH_PAT }}"
50
commit_message: "style: style fixes by ruff and autoformatting by black"
51
0 commit comments