mirror of
https://github.com/actions/cache.git
synced 2025-06-24 19:31:10 +02: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