Merge pull request #18157 from alexef/scaffolder-each

scaffolder: enable each property on task step (#8890)
This commit is contained in:
Ben Lambert
2023-08-11 14:54:31 +02:00
committed by GitHub
8 changed files with 196 additions and 21 deletions
@@ -71,6 +71,11 @@ export type ActionContext<
* Implement the signal to make your custom step abortable https://developer.mozilla.org/en-US/docs/Web/API/AbortController/signal
*/
signal?: AbortSignal;
/**
* Optional value of each invocation
*/
each?: JsonObject;
};
/** @public */