actions-marketplace-validations/action-cache-http
Cache dependencies over http
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of nodejs or main language you are using | yes | latest |
| lock_file | Provide the lock file path e.g yarn.lock, composer.lock | yes | — |
| install_command | What is the full install command | yes | — |
| operating_dir | Which dir to operate into (default root dir of repo) | no | — |
| disable_compression | Set to `true` to disable compression to improve performance. Uses more storage. | no | — |
| destination_folder | destination_folder e.g. node_modules, vendor | yes | — |
| cache_http_api | Where is your cache service installed https://github.com/kevincobain2000/cache-http | yes | — |
| http_proxy | Pass proxy if any | no | — |
| basic_auth_username | Basic auth username if any | no | — |
| basic_auth_password | Basic auth password if any | no | — |
Outputs
no outputs