Skip to main content

RunnerConfig

Configures aspects of the task runner (also known as the action pipeline).

Index

Properties

archivableTargets

archivableTargets: string[]

List of target's for tasks without outputs, that should be cached and persisted.

autoCleanCache

autoCleanCache: boolean = ```ts true ```

Automatically clean the cache after every task run.

cacheLifetime

cacheLifetime: string = ```ts '7 days' ```

The lifetime in which task outputs will be cached.

inheritColorsForPipedTasks

inheritColorsForPipedTasks: boolean = ```ts true ```

Automatically inherit color settings for all tasks being ran.

logRunningCommand

logRunningCommand: boolean

Logs the task's command and arguments when running the task.