Skip to content

Commit

Permalink
fix(minimize-comments): fix main file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcind committed Aug 31, 2020
1 parent d4e88a8 commit 0c310e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimize-comments/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ inputs:
required: true
runs:
using: "node12"
main: "index.js"
main: "dist/index.js"

0 comments on commit 0c310e3

Please sign in to comment.