mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
fix(git): stage registry/index.json in update workflow
This commit is contained in:
2
.github/workflows/update-module-index.yml
vendored
2
.github/workflows/update-module-index.yml
vendored
@@ -33,6 +33,6 @@ jobs:
|
|||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
git add repository/index.json
|
git add registry/index.json
|
||||||
git commit -m "chore: update registry index"
|
git commit -m "chore: update registry index"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user