Skip to content

Commit

Permalink
feat: Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 93d1b4a commit 89852a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17165,10 +17165,10 @@ var getInputOptional = (name) => {
...import_github.context.repo,
ref,
key,
page: page++,
page,
per_page: 100
});
if (page === 1 && caches.data.actions_caches.length === 0) {
if (page++ === 1 && caches.data.actions_caches.length === 0) {
console.log("\u2728 No caches found, looks shine!");
break;
}
Expand Down

0 comments on commit 89852a6

Please sign in to comment.