mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-18 00:07:21 +00:00
fix
This commit is contained in:
parent
825693a937
commit
92c8160080
4
.github/workflows/registry.yml
vendored
4
.github/workflows/registry.yml
vendored
|
|
@ -29,6 +29,6 @@ jobs:
|
|||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add registry.json versions.json
|
||||
git diff --cached --quiet || git commit -m "chore: regenerate registry.json and versions.json"
|
||||
git add registry.json versions.json plugins.json
|
||||
git diff --cached --quiet || git commit -m "chore: regenerate registry.json, versions.json and plugins.json"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Reference in a new issue