tenthirtyam/Setup Task (go-task/task)

Sets up the Task (go-task/task) in GitHub Actions workflows.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionSpecifies the Task version to install (e.g., 'latest', '3.42.0'). Conflicts with 'version-from-file' as they are mutually exclusive.nolatest
version-from-filePath to a file containing the Task version to install (e.g., '.task-version'). Conflicts with 'version' as they are mutually exclusive.no""
skip-cacheDetermines whether to skip using the cache.nofalse
github-tokenA GitHub token to use for authentication. Defaults to the GITHUB_TOKEN secret.no""
verboseEnable detailed logging for debugging purposes.nofalse
varsCustom variables for the Task CLI, provided as a YAML map.no{}
namedescription
task-pathProvides the path to the installed Task executable.