GitHubActionConfiguration Class

The GitHub action configuration.

Constructor

GitHubActionConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
code_configuration

GitHub Action code configuration.

container_configuration

GitHub Action container configuration.

is_linux

This will help determine the workflow configuration to select.

generate_workflow_file

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

Attributes

code_configuration

GitHub Action code configuration.

code_configuration: _models.GitHubActionCodeConfiguration | None

container_configuration

GitHub Action container configuration.

container_configuration: _models.GitHubActionContainerConfiguration | None

generate_workflow_file

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

generate_workflow_file: bool | None

is_linux

This will help determine the workflow configuration to select.

is_linux: bool | None