mirror of
https://git.mirrors.martin98.com/https://github.com/actions/cache
synced 2026-04-07 07:43:16 +08:00
Use warning instead of info
This commit is contained in:
@@ -7,7 +7,7 @@ import * as utils from "./utils/actionUtils";
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
if (utils.isGhes()) {
|
||||
core.info("Cache action is not supported on GHES");
|
||||
utils.logWarning("Cache action is not supported on GHES");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user