Skip to content

Commit 64a0205

Browse files
committed
tweak pr
1 parent 9b3878e commit 64a0205

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update-generated-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
6464
- name: Create pull request
6565
if: steps.versions.outputs.should_update == 'true'
66+
env:
67+
LATEST_VERSION: ${{ steps.versions.outputs.latest_version }}
6668
run: |
6769
gh pr create \
68-
--title "Update generated CLI documentation" \
69-
--body "Created by CI" \
70+
--title "Update generated CLI documentation for version ${LATEST_VERSION}" \
71+
--body "Automatic docs update for ${LATEST_VERSION} @slarse" \
7072
--base main \
7173
--head "$branch"
7274
env:

0 commit comments

Comments
 (0)