mirror of
https://github.com/actions/cache.git
synced 2025-05-28 13:02:31 +00:00
Use warning instead of info
This commit is contained in:
2
dist/restore/index.js
vendored
2
dist/restore/index.js
vendored
@ -39995,7 +39995,7 @@ function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
if (utils.isGhes()) {
|
||||
core.info("Cache action is not supported on GHES");
|
||||
utils.logWarning("Cache action is not supported on GHES");
|
||||
utils.setCacheHitOutput(false);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user