mirror of
https://github.com/actions/setup-python.git
synced 2026-01-19 11:28:54 +08:00
updated the return
This commit is contained in:
parent
ffb09d6b33
commit
ae8e189c0b
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ async function saveCache(packageManager: string) {
|
|||
', '
|
||||
)}. This likely indicates that there are no dependencies to cache. Consider removing the cache step if it is not needed.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
const primaryKey = core.getState(State.STATE_CACHE_PRIMARY_KEY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue