Skip to content

Commit

Permalink
break it
Browse files Browse the repository at this point in the history
  • Loading branch information
fhp committed Nov 25, 2024
1 parent 5dfdda4 commit ace30ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function run(): Promise<void> {
throw new Error(`Error: Failed to receive expected content within specified attempts/interval.`);
} catch (error) {
if (error instanceof Error) core.setFailed(error.message);
process.exit(1);
process.exit(21);
}
}

Expand Down

0 comments on commit ace30ba

Please sign in to comment.