Fix markdown link in framework coverage PR comment

This commit is contained in:
Tamas Vajk
2021-07-02 11:56:00 +02:00
parent d325d2ae81
commit f3f069fed5

View File

@@ -34,7 +34,7 @@ def get_comment_text(output_file, repo, run_id):
comment += file.read()
else:
print("There's a large change in the CSV framework coverage reports")
comment += f"The differences can be found in the {comparison_artifact_name} artifact of this workflow run](https://github.com/{repo}/actions/runs/{run_id})."
comment += f"The differences can be found in the {comparison_artifact_name} [artifact of this workflow run](https://github.com/{repo}/actions/runs/{run_id})."
return comment