Skip to content

Commit b32801b

Browse files
committed
print
1 parent 7340553 commit b32801b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ 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+
98106
- name: Mark the Autodoc Run as completed
99107
env:
100108
PYTHONPATH: ${{ github.action_path }}
@@ -103,5 +111,5 @@ runs:
103111
--server-address ${{ inputs.runllm_server_address }} \
104112
--api-key ${{ inputs.runllm_api_key }} \
105113
--run-id ${{ github.run_id }} \
106-
--gh-action-url ${{ steps.create_pr.outputs.pull-request-url }}
114+
--pr-url ${{ steps.create_pr.outputs.pull-request-url }}
107115
shell: bash

0 commit comments

Comments
 (0)