mirror of
https://github.com/actions/setup-python.git
synced 2026-01-20 21:08:54 +08:00
fix comment
This commit is contained in:
parent
fca93898f9
commit
1b4fbf71a0
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ async function saveCache(packageManager: string) {
|
|||
|
||||
if (!cachePathState) {
|
||||
core.warning(
|
||||
'State paths for saving/restoring is empty. Could you please check previous logs and verify that the version python is specified version?'
|
||||
'Cache paths are empty. Please check the previous logs and make sure that the python version is specified'
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue