mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
🐛 Update Deployment.tag to be a boolean. (#3627)
This commit is contained in:
parent
63682f476d
commit
7ae30ce212
@ -93,7 +93,7 @@ export class Deployments<C extends boolean = false> extends BaseResource<C> {
|
||||
environment: string,
|
||||
sha: string,
|
||||
ref: string,
|
||||
tag: string,
|
||||
tag: boolean,
|
||||
options?: { status?: 'running' | 'success' | 'failed' | 'canceled' } & Sudo & ShowExpanded<E>,
|
||||
): Promise<GitlabAPIResponse<DeploymentSchema, C, E, void>> {
|
||||
return RequestHelper.post<DeploymentSchema>()(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user