mirror of
https://github.com/actions/cache.git
synced 2025-07-10 21:00:46 +00:00
Add initial minimatch support
This commit is contained in:
parent
84cead4a82
commit
1e233443e8
14 changed files with 202 additions and 108 deletions
|
@ -19,11 +19,6 @@ async function run(): Promise<void> {
|
|||
return;
|
||||
}
|
||||
|
||||
// const cachePath = utils.resolvePath(
|
||||
// core.getInput(Inputs.Path, { required: true })
|
||||
// );
|
||||
// core.debug(`Cache Path: ${cachePath}`);
|
||||
|
||||
const primaryKey = core.getInput(Inputs.Key, { required: true });
|
||||
core.saveState(State.CacheKey, primaryKey);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue