Skip to content

Commit

Permalink
Update actions_changelogs_since_last_run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg authored Sep 4, 2024
1 parent 0943806 commit 56c5e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/actions_changelogs_since_last_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def send_to_discord(entries: Iterable[ChangelogEntry]) -> None:
message = change['message']
url = entry.get("url")
if url and url.strip():
group_content.write(f"{emoji} [-]({url}) {message}\n")
group_content.write(f"{emoji} - [{message}]({url})\n")
else:
group_content.write(f"{emoji} - {message}\n")

Expand Down

0 comments on commit 56c5e0e

Please sign in to comment.