fix: url params
Some checks failed
Sample Testing / my_job (push) Failing after 1m46s

This commit is contained in:
Marcel S. Henselin 2026-04-17 13:43:17 +02:00
parent c55fad7215
commit de5dc0d49c

View file

@ -18,7 +18,7 @@ const (
failedColor = "8b0000/dc143c" failedColor = "8b0000/dc143c"
) )
//go:embed message_old.tpl //go:embed message.tpl
var message string var message string
type templateData struct { type templateData struct {