mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Add summary image in response comment
This commit is contained in:
parent
04777b259a
commit
c4c812581f
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -1170,7 +1170,7 @@ async def github(request):
|
|||
badge_url = app.config.BASE_URL + app.url_for("api_badge_job", job_id=job.id)
|
||||
shield_badge_url = f"https://img.shields.io/endpoint?url={badge_url}"
|
||||
|
||||
body = f"{catchphrase}\n[]({job_url})"
|
||||
body = f"{catchphrase}\n[]({job_url})\n[]({job_url})"
|
||||
api_logger.info(body)
|
||||
await comment(body)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue