diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9983836..5491b1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,10 +260,9 @@ jobs: with: token: ${{ steps.generate-token.outputs.token }} path: ./docs - commit-message: | - Update master CLI reference docs for ${{ needs.build-artifacts.outputs.version }} - - Signed-off-by: cli-docs-bot + commit-message: Update master CLI reference docs for ${{ needs.build-artifacts.outputs.version }} + author: cli-docs-bot + signoff: true title: Update master CLI reference docs for ${{ needs.build-artifacts.outputs.version }} # We use a static branch name so that if an existing PR is already # open it gets updated, rather than opening a sequence of PRs of which