Skip to content

Commit

Permalink
Remove run()
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 17, 2024
1 parent 6944dba commit 361bd35
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95561,7 +95561,6 @@ function run() {
});
}
exports.run = run;
run();


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95425,7 +95425,6 @@ function handleFailure(error) {
core.info(error.stack);
}
}
run();


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ export async function run(): Promise<void> {
}
}
}

run()
2 changes: 0 additions & 2 deletions src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ function handleFailure(error: unknown): void {
core.info(error.stack)
}
}

run()

0 comments on commit 361bd35

Please sign in to comment.