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
··· 9 9 ) 10 10 11 11 var trigger = tangled.Pipeline_TriggerMetadata{ 12 - Kind: TriggerKindPush, 12 + Kind: string(TriggerKindPush), 13 13 Push: &tangled.Pipeline_PushTriggerData{ 14 14 Ref: "refs/heads/main", 15 15 OldSha: strings.Repeat("0", 40),