Actually commit dist files

This commit is contained in:
Ricardo Cino 2022-06-13 13:42:07 +00:00
parent bc3cb18728
commit 6bb0cd09a8
2 changed files with 9 additions and 4 deletions

View file

@ -59209,7 +59209,7 @@ exports.isGhes = isGhes;
function isCacheFeatureAvailable() {
if (!cache.isFeatureAvailable()) {
if (isGhes()) {
throw new Error('Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.');
core.warning('Cache action is only supported on GHES version >= 3.5. If you are on version >=3.5 Please check with GHES admin if Actions cache service is enabled or not.');
}
else {
core.warning('The runner was not able to contact the cache service. Caching will be skipped');