Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes committed Aug 22, 2022
1 parent ed00d01 commit 64827c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82090,7 +82090,7 @@ function restoreCache() {
utils_1.setCacheHitOutput(false);
if (useFallback) {
if (utils_1.isGhes()) {
core.warning('Cache fallback is not supported on Github Enterpise.');
core.warning("Cache fallback is not supported on Github Enterpise.");
}
else {
core.info("Restore cache using fallback cache");
Expand Down
2 changes: 1 addition & 1 deletion dist/save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77947,7 +77947,7 @@ function saveCache() {
core.info("Save s3 cache failed: " + e.message);
if (useFallback) {
if (utils_1.isGhes()) {
core.warning('Cache fallback is not supported on Github Enterpise.');
core.warning("Cache fallback is not supported on Github Enterpise.");
}
else {
core.info("Saving cache using fallback");
Expand Down

0 comments on commit 64827c8

Please sign in to comment.