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: