diyrex/Setup Taskfile CLI
Fast setup of Taskfile (go-task) CLI in GitHub Actions with caching support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Taskfile to install (e.g., "3.46.4", "v3.46.4", or "latest") | no | latest |
| github-token | GitHub token for API requests to avoid rate limiting when fetching latest version | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The version of Taskfile that was installed |
| cache-hit | Whether the Taskfile binary was restored from cache |