From 97dcc9e68330eeae777db339f29b8037f3c41870 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 7 Aug 2019 15:41:08 -0400 Subject: [PATCH] Point to toolkit docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b85485..c7278f4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Node 12 Template Action -To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/). \ No newline at end of file +To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/). + +For info on how to build your first JavaScript action, see the [toolkit docs folder](https://github.com/actions/toolkit/blob/master/docs/node12-action.md).