mirror of
https://github.com/actions/setup-python.git
synced 2026-09-16 14:11:36 +08:00
Updated error message (#1351)
Co-authored-by: lmvysakh <lmvysakh@github.com>
This commit is contained in:
parent
66fcabf4d0
commit
751276eafc
4 changed files with 6 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ 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}] for ${this.packageManager}. Make sure you have checked out the target repository, or consider removing the cache step if there are no dependencies to cache.`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue