We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7340553 commit b32801bCopy full SHA for b32801b
action.yml
@@ -95,6 +95,14 @@ runs:
95
body: ${{ steps.get-pr-body.outputs.body}}
96
base: ${{ inputs.base_branch }}
97
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
+
106
- name: Mark the Autodoc Run as completed
107
env:
108
PYTHONPATH: ${{ github.action_path }}
@@ -103,5 +111,5 @@ runs:
111
--server-address ${{ inputs.runllm_server_address }} \
112
--api-key ${{ inputs.runllm_api_key }} \
113
--run-id ${{ github.run_id }} \
- --gh-action-url ${{ steps.create_pr.outputs.pull-request-url }}
114
+ --pr-url ${{ steps.create_pr.outputs.pull-request-url }}
115
shell: bash
0 commit comments