diff --git a/.forgejo/workflows/format.yml b/.forgejo/workflows/format.yml index 678f568..8f2ecd9 100644 --- a/.forgejo/workflows/format.yml +++ b/.forgejo/workflows/format.yml @@ -17,5 +17,5 @@ jobs: git config --global user.name 'Formatter' git config --global user.email 'formatter@noreply.git.verygay.fyi' git commit -am "Automated format" || true - git push + git push || true \ No newline at end of file