From eaf46783f727a9e4f26248af0af5277c6181166f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 8 Apr 2021 15:48:50 +0200 Subject: [PATCH] WIP --- dev/archery/archery/crossbow/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/archery/archery/crossbow/reports.py b/dev/archery/archery/crossbow/reports.py index 07abb294cdd76..b3785677ebd3a 100644 --- a/dev/archery/archery/crossbow/reports.py +++ b/dev/archery/archery/crossbow/reports.py @@ -230,7 +230,7 @@ class CommentReport(Report): title='Github Actions', url='https://github.com/{repo}/actions?query=branch:{branch}', badge=( - 'https://github.com/{repo}/workflows/crossbow.yml/' + 'https://github.com/{repo}/workflows/Crossbow/' 'badge.svg?branch={branch}' ), ),