From 9e7487649c533116c3f64e182056c7dea1f55875 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 29 Sep 2023 05:14:45 +0200 Subject: [PATCH] update badge url --- 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 1cf19841c69..ea10e75ad34 100644 --- a/dev/archery/archery/crossbow/reports.py +++ b/dev/archery/archery/crossbow/reports.py @@ -284,7 +284,7 @@ class CommentReport(Report): 'github': _markdown_badge.format( title='Github Actions', badge=( - 'https://github.com/{repo}/workflows/Crossbow/' + 'https://github.com/{repo}/actions/workflows/crossbow.yml/' 'badge.svg?branch={branch}' ), ),