changed name

This commit is contained in:
Shubham Tiwari 2022-03-24 15:11:17 +05:30
parent 0be029b716
commit 770facace5
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ export function isCacheFeatureAvailable(): boolean {
if (!cache.isFeatureAvailable()) {
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 ArtifactCache 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."
);
}
else{