Skip to content

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Nov 28, 2022
1 parent c7c91d6 commit 7b45ec9
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 @@ -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:
Expand Down

0 comments on commit 7b45ec9

Please sign in to comment.