Interface PatchActionRequest

Hierarchy

  • PatchActionRequest

Properties

code?: string

The source code of the action.

The list of third party npm modules, and their versions, that this action depends on.

name?: string

The name of an action.

runtime?: string

The Node runtime. For example: node12, defaults to node12

The list of secrets that are included in an action or a version 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.