File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -95,21 +95,13 @@ runs:
9595 body : ${{ steps.get-pr-body.outputs.body}}
9696 base : ${{ inputs.base_branch }}
9797
98- # TODO:
99- - id : set_pr_url
100- run : |
101- echo ${{ github.run_id }}
102- echo "------------------------
103- echo ${{ steps.create_pr.outputs.pull-request-url }}
104- shell : bash
105-
10698 - name : Mark the Autodoc Run as completed
10799 env :
108100 PYTHONPATH : ${{ github.action_path }}
109101 run : |
110102 python ${{ github.action_path }}/scripts/mark_run_completed.py \
111103 --server-address ${{ inputs.runllm_server_address }} \
112- --api-key ${{ inputs.runllm_api_key }} \
104+ --api-key ${{ inputs.runllm_api_key }} \
113105 --run-id ${{ github.run_id }} \
114106 --pr-url ${{ steps.create_pr.outputs.pull-request-url }}
115107 shell : bash
You can’t perform that action at this time.
0 commit comments