forked from tangled.org/core
this repo has no description

workflow: fix failing test

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 501e9d41 63ca3043

verified
Changed files
+1 -1
workflow
+1 -1
workflow/compile_test.go
···
)
var trigger = tangled.Pipeline_TriggerMetadata{
-
Kind: TriggerKindPush,
+
Kind: string(TriggerKindPush),
Push: &tangled.Pipeline_PushTriggerData{
Ref: "refs/heads/main",
OldSha: strings.Repeat("0", 40),