We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369e379 commit c8dee5bCopy full SHA for c8dee5b
1 file changed
.github/workflows/ci.yml
@@ -49,13 +49,8 @@ jobs:
49
git config --local user.email "github-actions[bot]@users.noreply.github.com"
50
git config --local user.name "github-actions[bot]"
51
git add -A
52
-
53
- - name: Push changes
54
- if: steps.verify-changed-files.outputs.changed == 'true'
55
- uses: ad-m/github-push-action@master
56
- with:
57
- github_token: ${{ secrets.GITHUB_TOKEN }}
58
- branch: ${{ github.ref }}
+ git commit -m "style: auto-fix ruff issues"
+ git push
59
60
# test:
61
# name: Test on Python ${{ matrix.python-version }} - ${{ matrix.os }}
0 commit comments