fix(ci): extension.yml — single-line bot commit message so YAML block scalar doesn't break

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 11:58:39 -04:00
parent be0f472894
commit 9f008af6c8
+1 -3
View File
@@ -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 <noreply@fabledsword.com>"
git commit -m "ext: publish signed XPI $(basename $XPI)"
git push origin HEAD:main
fi