Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWoollett-Light committed Apr 10, 2024
1 parent 8f8d33a commit 35943e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def post(table):

payload = json.dumps(
{
"body": f"{CI_METRICS_HEADER}\n{table}\n🔍 View full report in CIMetrics at \
`{ADDR}{public_key}/{repo}/{branch}/{base}/{head}`."
"body": f"{CI_METRICS_HEADER}\n{table}\n[🔍 View the full report in CIMetrics]({ADDR}{public_key}/{repo}/{branch}/{base}/{head})"
}
)

Expand Down
4 changes: 0 additions & 4 deletions test.py

This file was deleted.

0 comments on commit 35943e0

Please sign in to comment.