mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 06:03:49 +00:00
change error to warning
This commit is contained in:
parent
39cd14951b
commit
3f03e89129
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ async function saveCache(packageManager: string) {
|
|||
core.debug(`paths for caching are ${cachePaths.join(', ')}`);
|
||||
|
||||
if (!isCacheDirectoryExists(cachePaths)) {
|
||||
throw new Error(
|
||||
core.warning(
|
||||
`Cache folder path is retrieved for ${packageManager} but doesn't exist on disk: ${cachePaths.join(
|
||||
', '
|
||||
)}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue