Skip to content

Commit

Permalink
fix the path to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 17, 2020
1 parent 5c855a8 commit 5840561
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 @@ -3,7 +3,7 @@ description: 'Report type check result on PR diff view.'
author: 'andoshin11'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'lib/index.js'
branding:
icon: 'check-circle'
color: 'blue'
Expand Down

0 comments on commit 5840561

Please sign in to comment.