fix action
This commit is contained in:
@@ -98,10 +98,7 @@ jobs:
|
|||||||
if: steps.verify.outputs.changed == 'true'
|
if: steps.verify.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add index.json
|
git add index.json
|
||||||
git commit -m "chore: sync version strings from individual JSON files
|
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"
|
||||||
|
|
||||||
- Automatically updated version fields in index.json to match their respective source files
|
|
||||||
- Generated by sync-versions workflow"
|
|
||||||
git push origin main
|
git push origin main
|
||||||
env:
|
env:
|
||||||
GIT_AUTHOR_NAME: Gitea Actions Bot
|
GIT_AUTHOR_NAME: Gitea Actions Bot
|
||||||
|
|||||||
Reference in New Issue
Block a user