Interface: WorkflowRunStep
Defined in: _internal/workflow-action-steps.ts:26
Workflow step running a shell script via run.
Properties
job
readonly job: WorkflowJobEntry;
Defined in: _internal/workflow-action-steps.ts:27
runPair
readonly runPair: YAMLPair;
Defined in: _internal/workflow-action-steps.ts:28
runScript
readonly runScript: string;
Defined in: _internal/workflow-action-steps.ts:29
stepMapping
readonly stepMapping: YAMLMapping;
Defined in: _internal/workflow-action-steps.ts:30