GitHubActionConfiguration interface

The GitHub action configuration.

Properties

codeConfiguration

GitHub Action code configuration.

containerConfiguration

GitHub Action container configuration.

generateWorkflowFile

Workflow option to determine whether the workflow file should be generated and written to the repository.

isLinux

This will help determine the workflow configuration to select.

Property Details

codeConfiguration

GitHub Action code configuration.

codeConfiguration?: GitHubActionCodeConfiguration

Property Value

containerConfiguration

GitHub Action container configuration.

containerConfiguration?: GitHubActionContainerConfiguration

Property Value

generateWorkflowFile

Workflow option to determine whether the workflow file should be generated and written to the repository.

generateWorkflowFile?: boolean

Property Value

boolean

isLinux

This will help determine the workflow configuration to select.

isLinux?: boolean

Property Value

boolean