diff --git a/.github/workflows/sync-cli-docs.yml b/.github/workflows/sync-cli-docs.yml index 39b2c81..71744c0 100644 --- a/.github/workflows/sync-cli-docs.yml +++ b/.github/workflows/sync-cli-docs.yml @@ -112,6 +112,4 @@ jobs: gh pr create \ --base staging \ --title "docs: sync CLI reference from ${RELEASE_TAG}" \ - --body "Auto-synced CLI command reference from cli@${RELEASE_TAG}. - -Changes were generated by go generate ./docs/... in the CLI repo and copied to docs/cli/." + --body "Auto-synced CLI command reference from cli@${RELEASE_TAG}. Changes generated by go generate ./docs/... and copied to docs/cli/."