Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Mar 3, 2024
1 parent 4927533 commit f69bcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function run(): Promise<void> {
core.debug(response.data)
} catch (error) {
// Fail the workflow run if an error occurs
console.error(error)
if (error instanceof Error) core.setFailed(error.message)
}
}

0 comments on commit f69bcfe

Please sign in to comment.