We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172e7c3 commit 345c7faCopy full SHA for 345c7fa
1 file changed
.github/workflows/ci.yaml
@@ -30,9 +30,6 @@ jobs:
30
# Set the outputs for subsequent steps.
31
echo "GIT_NAME=$git_name" >> $GITHUB_OUTPUT
32
echo "GIT_EMAIL=$git_email" >> $GITHUB_OUTPUT
33
-
34
- BRANCH_NAME="cli-update-docs-${{ github.ref_name }}"
35
- echo "BRANCH_NAME=${BRANCH_NAME%/merge}" >> $GITHUB_OUTPUT
36
37
- name: Generate token
38
id: generate_token
@@ -51,7 +48,7 @@ jobs:
51
48
gh workflow run update-cli-docs.yml \
52
49
-R temporalio/documentation \
53
50
-r cli-docs-autoupdate \
54
- -f cli_branch="${{ steps.get_user.outputs.BRANCH_NAME }}" \
+ -f cli_release_tag="${{ github.ref_name }}" \
55
-f commit_author="${{ steps.get_user.outputs.GIT_NAME }}" \
56
-f commit_author_email="${{ steps.get_user.outputs.GIT_EMAIL }}" \
57
-f commit_message="Update CLI docs for release ${{ github.ref_name }}"
0 commit comments