mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-29 05:46:00 +02:00
Update error message for no dependencies to cache
This commit is contained in:
parent
9c76e71650
commit
86cdea3e7a
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ async function saveCache(packageManager: string) {
|
|||
throw new Error(
|
||||
`Cache folder path is retrieved for ${packageManager} but doesn't exist on disk: ${cachePaths.join(
|
||||
', '
|
||||
)}`
|
||||
)}. This likely indicates that there are no dependencies to cache. Consider removing the cache step if it is not needed.`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue