GitHubActionConfiguration interface
The GitHub action configuration.
Properties
code |
GitHub Action code configuration. |
container |
GitHub Action container configuration. |
generate |
Workflow option to determine whether the workflow file should be generated and written to the repository. |
is |
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