🐛 Update Deployment.tag to be a boolean. (#3627)

This commit is contained in:
Baylee Schmeisser 2024-09-21 14:06:08 -07:00 committed by GitHub
parent 63682f476d
commit 7ae30ce212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>()(