chore: use redactor

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-06 15:44:52 +01:00
parent 41e2cdc6e3
commit f02e445cf5
2 changed files with 18 additions and 11 deletions
@@ -32,6 +32,7 @@ export type ActionContext<
TActionOutput extends JsonObject = JsonObject,
> = {
logger: Logger;
/** @deprecated - use the logger instead */
logStream: Writable;
secrets?: TaskSecrets;
workspacePath: string;