gha_add_caching
Add caching steps to GitHub Actions workflows to reduce build times, using language/package manager and optional cache paths.
Instructions
Add caching steps to a GitHub Actions workflow for faster builds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| language | Yes | Language/package manager (e.g. node/npm, python/pip, go) | |
| cache_paths | No | Additional paths to cache |