mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
ci: allow registry updates to trigger deploy
This commit is contained in:
2
.github/workflows/update-registry.yml
vendored
2
.github/workflows/update-registry.yml
vendored
@@ -39,5 +39,5 @@ jobs:
|
|||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git add public/plugins.json
|
git add public/plugins.json
|
||||||
git commit -m "chore(registry): update plugins.json [skip ci]"
|
git commit -m "chore(registry): update plugins.json"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user