mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 05:41:05 +08:00
* Add tool-cache * Format * Fix linux bug * Update readme * Package zip/unzip * Reorganize * Format * unzip somehow got corrupted, fixing * Resolve remaining todos * Don't log everything * Pass error codes * linting * Branding and nits * Fix for mac * clean up windows/nix logic * Clean up tests * Export HTTPError * Add option for custom 7z tool * Lint/format * Dont wipe temp/tool directories
7 lines
136 B
Markdown
7 lines
136 B
Markdown
# `@actions/tool-cache`
|
|
|
|
> Functions necessary for downloading and caching tools.
|
|
|
|
## Usage
|
|
|
|
See [src/tool-cache.ts](src/tool-cache.ts). |