Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Dec 16, 2024
1 parent 0776768 commit 6db6c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ async function main() {
core.info("Starting server...");
startIggyServer();
}

throw new Error("fake");
} catch (error) {
if (error instanceof Error) {
core.setFailed(error.message);
Expand Down

0 comments on commit 6db6c55

Please sign in to comment.