diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index ac4c1b23..b11d6310 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -160,7 +160,7 @@ export async function saveCache( if (cachePaths.length === 0) { 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.` ) }