diff --git a/src/utils.ts b/src/utils.ts index b372ac58..4d8ffe95 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -106,7 +106,7 @@ export function isCacheFeatureAvailable(): boolean { if (!cache.isFeatureAvailable()) { if (isGhes()) { throw new Error( - 'Caching 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.' + '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(