forked from 50n50/sources
fix action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user