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