Skip to content

Commit

Permalink
Remove node_modules and fix warning for add-path (#5)
Browse files Browse the repository at this point in the history
* fix: remove node_modules directory

* fix: include built artifact
  • Loading branch information
trew authored Oct 10, 2020
1 parent 59ae54e commit 1171124
Show file tree
Hide file tree
Showing 175 changed files with 4,601 additions and 13,493 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
node_modules
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ branding:
color: 'black'
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 1171124

Please sign in to comment.