Skip to content

Commit

Permalink
Fix: Update action entry point to use bundled file
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo de Paula committed Jun 7, 2024
1 parent 5f07b53 commit b644e28
Show file tree
Hide file tree
Showing 2 changed files with 31,441 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
default: 'Pull request <${prUrl}|${prTitle}> was merged by @${mergedBy}'
runs:
using: 'node20'
main: 'dist/main.js'
main: 'dist/index.js'
branding:
icon: 'bell'
color: 'blue'
Expand Down
Loading

0 comments on commit b644e28

Please sign in to comment.