diff --git a/.github/workflows/update-registry.yml b/.github/workflows/update-registry.yml index bf54df6..3badb12 100644 --- a/.github/workflows/update-registry.yml +++ b/.github/workflows/update-registry.yml @@ -39,5 +39,5 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' 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