update readme

This commit is contained in:
Bryan MacFarlane 2019-09-11 09:14:34 -04:00
parent 0661c3ca0d
commit d7bc8bf48b

View File

@ -29,11 +29,11 @@ $ npm test
...
```
## Change actions.yml
## Change action.yml
The actions.yml contains defines the inputs and output for your action.
The action.yml contains defines the inputs and output for your action.
Update the actions.yml with your name, description, inputs and outputs for your action.
Update the action.yml with your name, description, inputs and outputs for your action.
See the [documentation](https://help.github.com/en/articles/metadata-syntax-for-github-actions)