mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 05:38:21 +02:00
error-message-update
This commit is contained in:
parent
70dcb22d26
commit
e283d84e0c
3 changed files with 7 additions and 3 deletions
|
@ -32,7 +32,11 @@ abstract class CacheDistributor {
|
|||
.join(',')} or ${CACHE_DEPENDENCY_BACKUP_PATH}`
|
||||
: this.cacheDependencyPath.split('\n').join(',');
|
||||
throw new Error(
|
||||
`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`
|
||||
`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository. No cache paths were identified for ${
|
||||
this.packageManager
|
||||
} with cache-dependency-path = ${
|
||||
this.cacheDependencyPath
|
||||
}. This likely indicates no dependencies to cache. Consider removing the cache step if it's not needed`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue