From a16f3f010c121cf6a87640f02c1934e4f909dae2 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Mon, 28 Nov 2022 15:06:49 -0600 Subject: [PATCH] remove set-output --- src/ontobot_change_agent/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontobot_change_agent/cli.py b/src/ontobot_change_agent/cli.py index 2056deb..665d3a9 100644 --- a/src/ontobot_change_agent/cli.py +++ b/src/ontobot_change_agent/cli.py @@ -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: