Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo committed Jun 11, 2024
1 parent 81eb2f3 commit fdf4e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func NewWait(name string) *WaitBuilder {

func (b *WaitBuilder) Out(out map[string]any) *WaitBuilder {
b.task.Input.Output = orchestrator.Expr[map[string]any]{Expr: out}
return b
return c

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Unit Testing (macOS-latest)

undefined: c

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Lint

undefined: c) (typecheck)

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Unit Testing (ubuntu-latest)

undefined: c

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Unit Testing (macOS-latest)

undefined: c

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Lint

undefined: c) (typecheck)

Check failure on line 93 in builtin/wait.go

View workflow job for this annotation

GitHub Actions / Unit Testing (ubuntu-latest)

undefined: c
}

func (b *WaitBuilder) Build() orchestrator.Task {
Expand Down

0 comments on commit fdf4e75

Please sign in to comment.