Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Improve setup (#4)
Browse files Browse the repository at this point in the history
* remove node_modules

* refactor: improve setup

* Bump @actions/core from 1.2.4 to 1.2.6

* chore: remove node_modules
  • Loading branch information
simenandre authored Nov 29, 2020
1 parent 0498fa5 commit f76a013
Show file tree
Hide file tree
Showing 599 changed files with 13,887 additions and 141,516 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:

runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'

branding:
icon: 'square'
Expand Down
Loading

0 comments on commit f76a013

Please sign in to comment.