5
0
mirror of https://gitea.com/actions/cache.git synced 2025-10-29 07:47:12 +00:00

Use warning instead of info

This commit is contained in:
Dave Hadka
2020-09-30 08:47:16 -05:00
parent 55a5894438
commit d3e4f218f3
6 changed files with 8 additions and 8 deletions

2
dist/save/index.js vendored
View File

@@ -38331,7 +38331,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");
return;
}
if (!utils.isValidEvent()) {