Skip to content

Commit fb97f89

Browse files
authored
Merge pull request #19 from JuliaControl/albheim-patch-2
Fix broken CI link
2 parents 23b915e + bb958db commit fb97f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/pr_commenter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ try
192192
catch
193193
println("BUILD FAILED!")
194194

195-
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."
195+
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."
196196

197197
import GitHub
198198
println("running post_comment")

0 commit comments

Comments
 (0)