Skip to content

Commit

Permalink
and the build:^)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 committed Dec 12, 2023
1 parent fc14bcf commit c60cba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/cache-save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59499,7 +59499,7 @@ async function saveCache() {
if (primaryKey !== matchedKey) {
await cache.saveCache([await getCacheDirectory()], primaryKey);
} else if (primaryKey === "" && matchedKey === "") {
core.info(`No cache to validate from`);
core.info(`No cache to validate from.`);
} else {
core.info(`Cache hit occurred, not saving cache.`);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cache-save/index.js.map

Large diffs are not rendered by default.

0 comments on commit c60cba5

Please sign in to comment.