Skip to content

Commit c8dee5b

Browse files
committed
fix: workflows
1 parent 369e379 commit c8dee5b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,8 @@ jobs:
4949
git config --local user.email "github-actions[bot]@users.noreply.github.com"
5050
git config --local user.name "github-actions[bot]"
5151
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 }}
52+
git commit -m "style: auto-fix ruff issues"
53+
git push
5954
6055
# test:
6156
# name: Test on Python ${{ matrix.python-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)