1
0
Fork 0

Enhanced warning description to make more sense.

pull/1097/head
Sankalp Kotewar 2022-05-23 12:03:18 +00:00 committed by GitHub
parent 10a3934663
commit 6f6f4e7588
1 changed files with 1 additions and 1 deletions

View File

@ -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.`
)
}