PR feedback

This commit is contained in:
Bryan MacFarlane 2019-10-22 22:13:09 -04:00
parent 1f8ff94664
commit e4a2aaba52

View File

@ -68,7 +68,8 @@ See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/R
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
Comment out node_modules in .gitignore and create a releases/v1 branch
Run package
```bash
npm run package
```