chore(ci): reflect registry regeneration in auto-commit message

This commit is contained in:
2026-08-18 21:37:12 -04:00
parent 8866236bda
commit 31d04a2fe0
+1 -1
View File
@@ -80,5 +80,5 @@ jobs:
git config user.email "actions@gitea"
git add docs/fish-config.md docs/fish-config.1 conf.d/__fish_config_op_registry.fish
git diff --cached --quiet && echo "No changes to commit" && exit 0
git commit -m "chore(docs): regenerate manual and man page"
git commit -m "chore(docs): regenerate manual, man page, and component registry"
git push