We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3878e commit 64a0205Copy full SHA for 64a0205
1 file changed
.github/workflows/update-generated-docs.yml
@@ -63,10 +63,12 @@ jobs:
63
64
- name: Create pull request
65
if: steps.versions.outputs.should_update == 'true'
66
+ env:
67
+ LATEST_VERSION: ${{ steps.versions.outputs.latest_version }}
68
run: |
69
gh pr create \
- --title "Update generated CLI documentation" \
- --body "Created by CI" \
70
+ --title "Update generated CLI documentation for version ${LATEST_VERSION}" \
71
+ --body "Automatic docs update for ${LATEST_VERSION} @slarse" \
72
--base main \
73
--head "$branch"
74
env:
0 commit comments