mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 07:19:42 +00:00
Update links to use "main" instead of "master"
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user