mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 23:39:39 +00:00
docs: apply alert style correctly at warning message
This commit is contained in:
16
README.md
16
README.md
@ -119,14 +119,14 @@ So, what are you waiting for? Go ahead and start customizing your action!
|
|||||||
npm run all
|
npm run all
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
>
|
>
|
||||||
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
|
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
|
||||||
> to build the final JavaScript action code with all dependencies included.
|
> to build the final JavaScript action code with all dependencies included.
|
||||||
> If you do not run this step, your action will not work correctly when it is
|
> If you do not run this step, your action will not work correctly when it is
|
||||||
> used in a workflow. This step also includes the `--license` option for
|
> used in a workflow. This step also includes the `--license` option for
|
||||||
> `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
|
1. Commit your changes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user