Documentation - v0.0.0
Preparing search index...
@crisiscleanup/construct.awscdk.github-pipeline
ActionsWorkflowCallInput
Interface ActionsWorkflowCallInput
Github Actions Workflow Call Input.
interface
ActionsWorkflowCallInput
{
default
?:
string
|
number
|
boolean
;
description
?:
string
;
required
?:
boolean
;
type
:
"string"
|
"number"
|
"boolean"
;
}
Index
Properties
default?
description?
required?
type
Properties
Optional
default
default
?:
string
|
number
|
boolean
Optional
description
description
?:
string
Optional
required
required
?:
boolean
type
type
:
"string"
|
"number"
|
"boolean"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
description
required
type
Documentation - v0.0.0
Loading...
Github Actions Workflow Call Input.