diff --git a/.forgejo/workflows/format.yml b/.forgejo/workflows/format.yml index 1b04525..678f568 100644 --- a/.forgejo/workflows/format.yml +++ b/.forgejo/workflows/format.yml @@ -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 \ No newline at end of file