ConnectToGit Action

Connect an environment or solution to Git.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
SolutionUniqueName
Edm.String True False

The unique name of the solution you wish to connect to git.

Branch
Edm.String False False

Name of the branch you want to connect to.

Organization
Edm.String True False

Name of the organization you want to connect to.

ConnectionType
Edm.Int32 True True

Connect either your Environment or Solution to git.

UpstreamBranch
Edm.String True False

Name of the upstream branch you want to connect to. Defaults to default branch of repository.

GitHubConnectionId
Edm.String True False

The unique identifier for the githubconnection record.

GitHubAppConfigId
githubappconfig True True

The unique identifier for the githubappconfig record.

Repository
Edm.String True False

Name of the repository you want to connect to.

RootFolder
Edm.String True False

Name of the Root Folder all your solutions will reside in in solution scope.

GitProvider
Edm.Int32 True True

Which GitProvider to use. 0 = AzureDevOps, 1 = Github.

Project
Edm.String True False

Name of the project you want to connect to.

GitFolder
Edm.String False False

Name of the folder you want to bind your solution or environment to.

GitHubPAT
Edm.String True False

The git hub pat used by connect to git.

See also