mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
updated with correct message
This commit is contained in:
parent
14d9168a6b
commit
5d5e936b67
4 changed files with 4 additions and 4 deletions
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
|
@ -9225,7 +9225,7 @@ function isCacheFeatureAvailable() {
|
|||
throw new Error('Caching is only supported on GHES version >= 3.5. If you are on a version >= 3.5, please check with your GHES admin if the Actions cache service is enabled or not.');
|
||||
}
|
||||
else {
|
||||
core.warning('This runner is not configured to use the cache service. Caching will be skipped');
|
||||
core.warning('The runner was not able to contact the cache service. Caching will be skipped');
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue