Merge pull request #23 from actions/IAmHughes-patch-1

Update link to Walkthrough in README
This commit is contained in:
Jason Etcovitch 2019-09-11 09:51:22 -04:00 committed by GitHub
commit d542c2ab40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ This template offers an easy way to get started writing a JavaScript action with
## Getting Started
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/javascript-action.md).
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/typescript-action.md).
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.