fix action

This commit is contained in:
aka paul
2026-03-08 17:18:47 +01:00
parent 2e85203aed
commit b237d707e4
+1 -4
View File
@@ -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