diff --git a/tools/pycafe/create_pycafe_links.py b/tools/pycafe/create_pycafe_links.py index 638753f13..24cbb9202 100644 --- a/tools/pycafe/create_pycafe_links.py +++ b/tools/pycafe/create_pycafe_links.py @@ -98,7 +98,7 @@ def post_comment(urls: list[tuple[str, str]]): # Define the comment body with datetime dashboards = "\n\n".join(f"Link: [{directory}]({url})" for url, directory in urls) - comment_body = textwrap.dedent(f"""View the example dashboards of the current commit live on PyCafe: + comment_body = textwrap.dedent(f"""View the example dashboards of the current commit live on PyCafe:\n Updated on: {current_utc_time} Commit: {commit_sha}