Update links to use "main" instead of "master"

This commit is contained in:
Alex Ravenna
2024-07-12 11:02:24 +02:00
committed by GitHub
parent 49d301d563
commit ecb5f8624e

View File

@ -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 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! 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: Your action is now published! :rocket:
For information about versioning your action, see 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. in the GitHub Actions toolkit.
## Validate the Action ## 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 After testing, you can create version tag(s) that developers can use to
reference different stable versions of your action. For more information, see 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. in the GitHub Actions toolkit.
To include the action in a workflow in another repository, you can use the To include the action in a workflow in another repository, you can use the