mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-17 01:01:11 +00:00
Actually commit dist files
This commit is contained in:
parent
bc3cb18728
commit
6bb0cd09a8
2 changed files with 9 additions and 4 deletions
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue