made it not exit with an error if no changes need to be made
All checks were successful
Format code / Format the kernel (push) Successful in 49s
All checks were successful
Format code / Format the kernel (push) Successful in 49s
This commit is contained in:
parent
d5a47b8814
commit
0b2d7e029f
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ jobs:
|
|||
run: |
|
||||
git config --global user.name 'Formatter'
|
||||
git config --global user.email 'formatter@noreply.git.verygay.fyi'
|
||||
git commit -am "Automated format"
|
||||
git commit -am "Automated format" || true
|
||||
git push
|
||||
|
Loading…
Add table
Reference in a new issue