From 8681e8d7f93dc3e33647a8daf1cd610edb21581d Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 12 Aug 2023 11:12:30 +0200 Subject: [PATCH] [ci] Update Dangerfile - fix link to download regression report [skip ci] --- Dangerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dangerfile b/Dangerfile index 1d608f200e..43c17936fb 100644 --- a/Dangerfile +++ b/Dangerfile @@ -53,12 +53,12 @@ def run_pmdtester tar_report - message1 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']}" + message1 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']})" # set value of sticky to true and the message is kept after new commits are submitted to the PR message(message1, sticky: true) if message2 - message2 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']}" + message2 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']})" # set value of sticky to true and the message is kept after new commits are submitted to the PR message(message2, sticky: true) end