1
0
Fork 0

Formatting changes

pull/1097/head
Sankalp Kotewar 2022-05-23 05:59:56 +00:00 committed by GitHub
parent 9aecf41d21
commit b9fefecf57
1 changed files with 2 additions and 3 deletions

View File

@ -158,8 +158,7 @@ export async function saveCache(
core.debug('Cache Paths:')
core.debug(`${JSON.stringify(cachePaths)}`)
if(cachePaths.length === 0){
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.`
)