The name of an action.
The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.
Optional
codeThe source code of the action.
Optional
dependenciesThe list of third party npm modules, and their versions, that this action depends on.
Optional
runtimeThe Node runtime. For example: node22
, defaults to node22
Optional
secretsThe list of secrets that are included in an action or a version of an action.
Optional
deployTrue if the action should be deployed after creation.
Example