mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Use warning instead of info
This commit is contained in:
parent
55a5894438
commit
d3e4f218f3
6 changed files with 8 additions and 8 deletions
2
dist/save/index.js
vendored
2
dist/save/index.js
vendored
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue