Skip to content

Commit

Permalink
Update pep8_autoformat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores authored Nov 23, 2024
1 parent 6830146 commit 8bd10e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8_autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git commit -am "Auto-format code using Clang-Format" || echo "No changes to commit"
git commit -am "Auto-format code using pep8" || echo "No changes to commit"
- name: Push changes to main-autopep8 branch
if: steps.check-changes.outcome != 'success'
Expand Down

0 comments on commit 8bd10e1

Please sign in to comment.