feat(actions): Use conventional commits in automated format
This commit is contained in:
parent
9631ce5b88
commit
c7c4df6473
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" || true
|
||||
git commit -am "format(main kernel): Automated format" || true
|
||||
git push || true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue