GitHubActionCodeConfiguration Class
The GitHub action code configuration.
Constructor
GitHubActionCodeConfiguration(*, runtime_stack: str | None = None, runtime_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
runtime_stack
|
Runtime stack is used to determine the workflow file content for code base apps. Default value: None
|
runtime_version
|
Runtime version is used to determine what build version to set in the workflow file. Default value: None
|