mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-07 15:59:40 +00:00
docs: fix list number
This commit is contained in:
@ -128,21 +128,21 @@ So, what are you waiting for? Go ahead and start customizing your action!
|
|||||||
> `ncc`, which will create a license file for all of the production node
|
> `ncc`, which will create a license file for all of the production node
|
||||||
> modules used in your project.
|
> modules used in your project.
|
||||||
|
|
||||||
1. Commit your changes
|
5. Commit your changes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git add .
|
git add .
|
||||||
git commit -m "My first action is ready!"
|
git commit -m "My first action is ready!"
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Push them to your repository
|
6. Push them to your repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git push -u origin releases/v1
|
git push -u origin releases/v1
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Create a pull request and get feedback on your action
|
7. Create a pull request and get feedback on your action
|
||||||
1. Merge the pull request into the `main` branch
|
8. Merge the pull request into the `main` branch
|
||||||
|
|
||||||
Your action is now published! :rocket:
|
Your action is now published! :rocket:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user