update readme

This commit is contained in:
Bryan MacFarlane 2019-09-11 02:48:04 -04:00
parent 22bde10b21
commit 2d38b3d1f8

View File

@ -1,6 +1,6 @@
# Create a JavaScript Action
:rocket: Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing.
Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing. :rocket:
This walk through takes you through creation, testing and publishing the action.
@ -14,6 +14,7 @@ Click the `Use this Template` and provide the new repo details for your action
$ npm install
```
Run the tests :heavy_check_mark:
```bash
$ npm test
@ -77,6 +78,8 @@ $ git commit -a -m "prod dependencies"
$ git push origin releases/v1
```
Your action is now published! :rocket:
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
## Validate