mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 23:42:54 +08:00
Enhanced warning description to make more sense.
This commit is contained in:
parent
10a3934663
commit
6f6f4e7588
2
packages/cache/src/cache.ts
vendored
2
packages/cache/src/cache.ts
vendored
@ -160,7 +160,7 @@ export async function saveCache(
|
|||||||
|
|
||||||
if (cachePaths.length === 0) {
|
if (cachePaths.length === 0) {
|
||||||
throw new Error(
|
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 for caching do(es) not exist, hence no cache is being saved.`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user