From 9f008af6c8a671f8b8f44ce29af9e762f09c7f6e Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sun, 24 May 2026 11:58:39 -0400 Subject: [PATCH] =?UTF-8?q?fix(ci):=20extension.yml=20=E2=80=94=20single-l?= =?UTF-8?q?ine=20bot=20commit=20message=20so=20YAML=20block=20scalar=20doe?= =?UTF-8?q?sn't=20break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .forgejo/workflows/extension.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/extension.yml b/.forgejo/workflows/extension.yml index c992410..63c23e8 100644 --- a/.forgejo/workflows/extension.yml +++ b/.forgejo/workflows/extension.yml @@ -54,8 +54,6 @@ jobs: if git diff --cached --quiet; then echo "No changes to commit" else - git commit -m "ext: publish signed XPI $(basename $XPI) - -Co-Authored-By: FC extension CI " + git commit -m "ext: publish signed XPI $(basename $XPI)" git push origin HEAD:main fi