Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

workflow: fix failing test

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

author
oppiliappan
date (Jul 11, 2025, 3:17 PM +0100) commit 501e9d41 parent 63ca3043 change-id lvyurotl
+1 -1
+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),