GitHubActionCodeConfiguration Class

The GitHub action code configuration.

Constructor

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

Variables

Name Description
runtime_stack
str

Runtime stack is used to determine the workflow file content for code base apps.

runtime_version
str

Runtime version is used to determine what build version to set in the workflow file.

Attributes

runtime_stack

Runtime stack is used to determine the workflow file content for code base apps.

runtime_stack: str | None

runtime_version

Runtime version is used to determine what build version to set in the workflow file.

runtime_version: str | None