Skip to content

Commit

Permalink
feat: Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 12962f4 commit 93d1b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17185,7 +17185,7 @@ var getInputOptional = (name) => {
`\u2705 Successfully deleted cache '${cache.key}' (${cache.size_in_bytes} bytes)`
);
}
} while (caches.data.total_count <= caches.data.actions_caches.length);
} while (caches.data.total_count > caches.data.actions_caches.length);
})().then().catch((e2) => {
(0, import_core.error)(`\u274C ${e2}`);
(0, import_node_process.exit)(1);
Expand Down

0 comments on commit 93d1b4a

Please sign in to comment.