Skip to content

Commit 8c60f92

Browse files
committed
Throw error
1 parent acfe939 commit 8c60f92

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ export async function run(): Promise<void> {
4040
} catch (error) {
4141
// Fail the workflow run if an error occurs
4242
if (error instanceof Error) core.setFailed(error.message)
43+
throw error
4344
}
4445
}

0 commit comments

Comments
 (0)