Skip to content

Commit

Permalink
fix(action): entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Nov 15, 2019
1 parent 6023c3c commit 454d984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ outputs:
description: 'Version of the SP compiler used'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'lib/index.js'
branding:
icon: 'command'
color: 'blue'

0 comments on commit 454d984

Please sign in to comment.