File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
4040 owner : ${{ github.repository_owner }}
4141 repositories : documentation # generate a token with permissions to trigger GHA in documentation repo
4242
43- # TODO: change this to main once docs side PR lands in main
43+ # TODO: change this to cli_release_tag="${{ github.ref_name }}" \ before merging these changes
4444 - name : Trigger Documentation Workflow
4545 env :
4646 GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
4747 run : |
4848 gh workflow run update-cli-docs.yml \
4949 -R temporalio/documentation \
5050 -r cli-docs-autoupdate \
51- -f cli_release_tag="${{ github.ref_name }} " \
51+ -f cli_release_tag="v1.3.0 " \
5252 -f commit_author="${{ steps.get_user.outputs.GIT_NAME }}" \
5353 -f commit_author_email="${{ steps.get_user.outputs.GIT_EMAIL }}" \
5454 -f commit_message="Update CLI docs for release ${{ github.ref_name }}"
You can’t perform that action at this time.
0 commit comments