mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Update utils.ts
This commit is contained in:
parent
f477cc30e8
commit
f3f9e75181
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,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 a version >= 3.5, please check with your GHES admin if the 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 {
|
||||
throw new Error(
|
||||
|
|
Loading…
Add table
Reference in a new issue