fix typo
This commit is contained in:
parent
8207018b75
commit
27bf3a208d
2 changed files with 2 additions and 2 deletions
2
lib/toolcache.js
generated
2
lib/toolcache.js
generated
|
|
@ -20,7 +20,7 @@ const semver = __importStar(require("semver"));
|
|||
* That library is not safe to use outside of actions as it makes assumptions about
|
||||
* the state of the filesystem and available environment variables.
|
||||
*
|
||||
* On actions we can just delegates to the toolcache library, however outside of
|
||||
* On actions we can just delegate to the toolcache library, however outside of
|
||||
* actions we provide our own implementation.
|
||||
*/
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import { Mode } from "./util";
|
|||
* That library is not safe to use outside of actions as it makes assumptions about
|
||||
* the state of the filesystem and available environment variables.
|
||||
*
|
||||
* On actions we can just delegates to the toolcache library, however outside of
|
||||
* On actions we can just delegate to the toolcache library, however outside of
|
||||
* actions we provide our own implementation.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue