Merge pull request #406 from alexravenna/patch-1

Update links to use "main" instead of "master"
This commit is contained in:
Nick Alteen
2024-07-12 11:13:52 -04:00
committed by GitHub

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
[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