Skip to content

Commit

Permalink
remove set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Nov 28, 2022
1 parent 50eb31e commit a16f3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou

click.echo(
f"""
::set-output name=PR_BODY::{formatted_body}
::set-output name=PR_TITLE::{issue[TITLE]}
PR_BODY={formatted_body}
PR_TITLE={issue[TITLE]}
"""
)
else:
Expand Down

0 comments on commit a16f3f0

Please sign in to comment.