mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-18 05:25:57 +08:00
Updated error type to generic to show warning
This commit is contained in:
parent
da52b35800
commit
9aecf41d21
5
packages/cache/src/cache.ts
vendored
5
packages/cache/src/cache.ts
vendored
@ -160,8 +160,9 @@ export async function saveCache(
|
|||||||
|
|
||||||
|
|
||||||
if(cachePaths.length === 0){
|
if(cachePaths.length === 0){
|
||||||
throw new ValidationError(
|
throw new Error(
|
||||||
`Path Validation Error: Path(s) specified in the action do not exist, hence no cache is being saved.`)
|
`Path Validation Error: Path(s) specified in the action do not exist, hence no cache is being saved.`
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
const archiveFolder = await utils.createTempDirectory()
|
const archiveFolder = await utils.createTempDirectory()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user