This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dagger/tests/tasks/gitpull/invalid.cue
2022-03-27 17:33:47 +00:00

11 lines
128 B
CUE

package main
import (
"dagger.io/dagger"
"dagger.io/dagger/core"
)
dagger.#Plan & {
actions: invalid: core.#GitPull & {}
}