From 31d04a2fe069b03ad3ea295c01220ccf66a1ef95 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Tue, 18 Aug 2026 21:37:12 -0400 Subject: [PATCH] chore(ci): reflect registry regeneration in auto-commit message --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 6afe2c8..fb12975 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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