Skip to content

Commit 36aa6d3

Browse files
committed
ok this should work
1 parent b32801b commit 36aa6d3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)