From ecb5f8624e6dfa826382768578734d415e9b3feb Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Fri, 12 Jul 2024 11:02:24 +0200 Subject: [PATCH] Update links to use "main" instead of "master" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6627811..3fbca53 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ There are a few things to keep in mind when writing your action code: ``` For more information about the GitHub Actions toolkit, see the - [documentation](https://github.com/actions/toolkit/blob/master/README.md). + [documentation](https://github.com/actions/toolkit/blob/main/README.md). So, what are you waiting for? Go ahead and start customizing your action! @@ -147,7 +147,7 @@ So, what are you waiting for? Go ahead and start customizing your action! Your action is now published! :rocket: For information about versioning your action, see -[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) +[Versioning](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md) in the GitHub Actions toolkit. ## Validate the Action @@ -180,7 +180,7 @@ For example workflow runs, check out the After testing, you can create version tag(s) that developers can use to reference different stable versions of your action. For more information, see -[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) +[Versioning](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md) in the GitHub Actions toolkit. To include the action in a workflow in another repository, you can use the