Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit ad2466f

Browse files
fix action
1 parent 97aebfd commit ad2466f

File tree

5 files changed

+1041
-2
lines changed

5 files changed

+1041
-2
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: true
1111
runs:
1212
using: 'node12'
13-
main: 'src/index.js'
13+
main: 'dist/index.js'
1414
branding:
1515
icon: 'check-square'
1616
color: 'purple'

0 commit comments

Comments
 (0)