Skip to content

Commit

Permalink
some format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent 53aa99c commit 11fa974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def post_comment(urls: list[tuple[str, str]]):

# Define the comment body with datetime
# comment_body = f"Test Environment for [{REPO_NAME}-{PR_NUMBER}]({link})\nUpdated on: {current_utc_time}"
comment_body = "\n".join(
comment_body = "\n\n".join(
f"View the dashboard live on PyCafe: [{directory}]({url})\n\nUpdated on: {current_utc_time}"
for url, directory in urls
)
Expand Down

0 comments on commit 11fa974

Please sign in to comment.