From 7b45ec934c82d964c89620a3d383ee155c931ea4 Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Mon, 28 Nov 2022 13:49:31 -0600 Subject: [PATCH] added quotes --- 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 9bfc4c8..e1992ef 100644 --- a/src/ontobot_change_agent/cli.py +++ b/src/ontobot_change_agent/cli.py @@ -173,8 +173,8 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou click.echo( f""" - PR_BODY={formatted_body} >> $GITHUB_ENV - PR_TITLE={issue[TITLE]} >> $GITHUB_ENV + "PR_BODY={formatted_body}" >> $GITHUB_ENV + "PR_TITLE={issue[TITLE]}" >> $GITHUB_ENV """ ) else: