diff --git a/dist/index.js b/dist/index.js index 341fa68d..91a9ec71 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 86c1cbd9..6ab92cc7 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/index.ts b/src/index.ts index 371b2099..2457eb1d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -41,7 +41,6 @@ async function runMain() { } catch (error) { core.setFailed((error as Error).message); } - - core.info('Done'); } + runMain();