tenthirtyam/Setup Task (go-task/task)
Sets up the Task (go-task/task) in GitHub Actions workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Specifies the Task version to install (e.g., 'latest', '3.42.0'). Conflicts with 'version-from-file' as they are mutually exclusive. | no | latest |
| version-from-file | Path to a file containing the Task version to install (e.g., '.task-version'). Conflicts with 'version' as they are mutually exclusive. | no | "" |
| skip-cache | Determines whether to skip using the cache. | no | false |
| github-token | A GitHub token to use for authentication. Defaults to the GITHUB_TOKEN secret. | no | "" |
| verbose | Enable detailed logging for debugging purposes. | no | false |
| vars | Custom variables for the Task CLI, provided as a YAML map. | no | {} |
Outputs
| name | description |
|---|---|
| task-path | Provides the path to the installed Task executable. |