Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Nov 28, 2022
1 parent d0c8909 commit ea01f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou

formatted_body += _list_to_markdown(KGCL_COMMANDS)
formatted_body += "</br>Fixes #" + str(issue["number"])

#TODO: remove `set-output` when env var setting is confirmed.
with open(os.getenv("GITHUB_ENV"), "a") as env:
print(f"PR_BODY={formatted_body}", file=env)
print(f"PR_TITLE={issue[TITLE]}", file=env)
Expand Down

0 comments on commit ea01f3c

Please sign in to comment.