From 0dc14b152fddfdfce21b356a0f5cf5f5eae9eec1 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Sun, 23 Feb 2025 11:40:37 -0600 Subject: [PATCH] change something slightly --- .forgejo/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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