Skip to content

Commit ea01f3c

Browse files
committed
added comment
1 parent d0c8909 commit ea01f3c

File tree

1 file changed

+1
-1
lines changed
  • src/ontobot_change_agent

1 file changed

+1
-1
lines changed

src/ontobot_change_agent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def process_issue(input: str, repo: str, label: str, number: int, state: str, ou
171171

172172
formatted_body += _list_to_markdown(KGCL_COMMANDS)
173173
formatted_body += "</br>Fixes #" + str(issue["number"])
174-
174+
#TODO: remove `set-output` when env var setting is confirmed.
175175
with open(os.getenv("GITHUB_ENV"), "a") as env:
176176
print(f"PR_BODY={formatted_body}", file=env)
177177
print(f"PR_TITLE={issue[TITLE]}", file=env)

0 commit comments

Comments
 (0)