@ -38489,18 +38489,17 @@ function getInputAsInt(name, options) {
}
exports.getInputAsInt=getInputAsInt;
functionisCacheFeatureAvailable(){
if(!cache.isFeatureAvailable()){
if(cache.isFeatureAvailable()){
returntrue;
}
if(isGhes()){
logWarning(`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.
@ -38489,18 +38489,17 @@ function getInputAsInt(name, options) {
}
exports.getInputAsInt=getInputAsInt;
functionisCacheFeatureAvailable(){
if(!cache.isFeatureAvailable()){
if(cache.isFeatureAvailable()){
returntrue;
}
if(isGhes()){
logWarning(`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.
`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.