Update link to walkthrough

This commit is contained in:
Thomas Hughes
2019-09-11 08:48:23 -05:00
committed by GitHub
parent e6fdb6e99a
commit 38f15d2b5a

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.