diff --git a/.github/workflows/branch-man.yml b/.github/workflows/branch-man.yml index 4c55167c..c197f1d2 100644 --- a/.github/workflows/branch-man.yml +++ b/.github/workflows/branch-man.yml @@ -43,7 +43,7 @@ jobs: - name: Build man pages run: | make -C doc locale - git commit -a -m "Update doc locale" + git commit -a -m "Update doc translation catalogs" make -C doc man git commit -a -m "Update man pages"