From f53e73266c1ead19cbcfb636f0cf6e19f3f6a682 Mon Sep 17 00:00:00 2001 From: Nick Klauer Date: Tue, 3 Nov 2020 08:41:31 -0600 Subject: [PATCH] point to `main` branch looks like the toolkit repo switched from `master` to `main` so this just updates the README to reflect that --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d52944..394c0af 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 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 Container action using the toolkit, see the [toolkit docs folder](https://github.com/actions/toolkit/blob/master/docs). +For info on how to build your first Container action using the toolkit, see the [toolkit docs folder](https://github.com/actions/toolkit/blob/main/docs).