mirror of
https://github.com/actions/cache.git
synced 2025-07-10 21:00:46 +00:00
Version cache with all inputs
This commit is contained in:
parent
ac5351dd08
commit
820f06f7d0
8 changed files with 108 additions and 32 deletions
|
@ -45,7 +45,7 @@ async function run(): Promise<void> {
|
|||
core.debug(`Cache ID: ${cacheId}`);
|
||||
const cachePaths = await utils.resolvePaths(
|
||||
core
|
||||
.getInput(Inputs.Path)
|
||||
.getInput(Inputs.Path, { required: true })
|
||||
.split("\n")
|
||||
.filter(x => x !== "")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue