9 lines
91 B
CUE
9 lines
91 B
CUE
|
package git
|
||
|
|
||
|
import (
|
||
|
"dagger.io/dagger"
|
||
|
)
|
||
|
|
||
|
#Pull: dagger.#GitPull
|
||
|
#Push: dagger.#GitPush
|