PR feedback

This commit is contained in:
Bryan MacFarlane
2019-10-22 22:09:30 -04:00
parent b2ef94412d
commit 1f8ff94664
3 changed files with 4 additions and 34 deletions

View File

@ -66,7 +66,7 @@ See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/R
## Package for distribution
Actions are run from GitHub repos. Packaging the action will create a self encapsulated distribution runnable from the GitHub graph.
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
```bash