Skip to main content

GitPushRequestNotify

@codebolt/codeboltjs


Function: GitPushRequestNotify()

function GitPushRequestNotify(path?: string, toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:151

Sends a git push request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to perform the git push
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void