From b237d707e49297939476d47143caa3b02a017f4b Mon Sep 17 00:00:00 2001 From: aka paul <80717571+50n50@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:18:47 +0100 Subject: [PATCH] fix action --- .gitea/workflows/sync-versions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/sync-versions.yml b/.gitea/workflows/sync-versions.yml index 7f913d4..b769fb9 100644 --- a/.gitea/workflows/sync-versions.yml +++ b/.gitea/workflows/sync-versions.yml @@ -98,10 +98,7 @@ jobs: if: steps.verify.outputs.changed == 'true' run: | git add index.json - git commit -m "chore: sync version strings from individual JSON files - -- Automatically updated version fields in index.json to match their respective source files -- Generated by sync-versions workflow" + git commit -m "chore: sync version strings from individual JSON files" -m "Automatically updated version fields in index.json to match their respective source files" -m "Generated by sync-versions workflow" git push origin main env: GIT_AUTHOR_NAME: Gitea Actions Bot