From bb958dbb0c6078c4896732c8dc3f0de8538018b2 Mon Sep 17 00:00:00 2001 From: Albin Heimerson Date: Mon, 31 May 2021 16:43:24 +0200 Subject: [PATCH] Fix broken CI link --- utils/pr_commenter.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pr_commenter.jl b/utils/pr_commenter.jl index 287de3d..1af3c82 100644 --- a/utils/pr_commenter.jl +++ b/utils/pr_commenter.jl @@ -192,7 +192,7 @@ try catch println("BUILD FAILED!") - message = "Something failed when generating plots. See the log at https://github.com/JuliaControl/ControlExamplePlots.jl/runs/$(RUN_ID)?check_suite_focus=true for more details." + message = "Something failed when generating plots. See the log at https://github.com/JuliaControl/ControlExamplePlots.jl/actions/runs/$(RUN_ID)?check_suite_focus=true for more details." import GitHub println("running post_comment")