Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Oct 1, 2023
1 parent a8071f8 commit 15c0352
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function showStats() {

export default async function main(): Promise<void> {
try {
if (!Utils.isSupportedPlatform()) {
/* if (!Utils.isSupportedPlatform()) {
Core.info("No operation...");
return;
}
Expand All @@ -138,7 +138,7 @@ export default async function main(): Promise<void> {
}
else {
Core.info("Skip remove stale caches...");
}
}*/
}
catch (error) {
if (error instanceof Error)
Expand Down

0 comments on commit 15c0352

Please sign in to comment.