Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/sync-cli-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/."
Loading