Skip to content

Commit

Permalink
Commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Nov 23, 2023
1 parent f824753 commit 90c2e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/code-style-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
--target-version py38
--fix-only
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Automated code-style fix."
- name: Fixing Pull Request 🛠️
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
message: "Automated code-style fix."

0 comments on commit 90c2e7d

Please sign in to comment.