Skip to content

Commit a16f3f0

Browse files
committed
remove set-output
1 parent 50eb31e commit a16f3f0

File tree

1 file changed

+2
-2
lines changed
  • src/ontobot_change_agent

1 file changed

+2
-2
lines changed

src/ontobot_change_agent/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou
179179

180180
click.echo(
181181
f"""
182-
::set-output name=PR_BODY::{formatted_body}
183-
::set-output name=PR_TITLE::{issue[TITLE]}
182+
PR_BODY={formatted_body}
183+
PR_TITLE={issue[TITLE]}
184184
"""
185185
)
186186
else:

0 commit comments

Comments
 (0)