stdlib: #FetchGit extra args

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-05-13 10:02:43 -07:00
parent a79f10a9bb
commit 471b578671

View File

@ -77,9 +77,13 @@ package op
}
#FetchGit: {
do: "fetch-git"
remote: string
ref: string
do: "fetch-git"
remote: string
ref: string
keepGitDir?: bool
// FIXME: the two options are currently ignored until we support buildkit secrets
authTokenSecret?: string | bytes
authHeaderSecret?: string | bytes
}
#Copy: {