docs: fix rendering of warning in README.md

This commit is contained in:
David Sanders 2024-03-11 20:42:45 -07:00 committed by GitHub
parent d364a0596a
commit 3cb265137c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,16 +124,16 @@ So, what are you waiting for? Go ahead and start customizing your action!
npm run all
```
> [!WARNING]
>
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
> 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
> 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
> modules used in your project.
> [!WARNING]
>
> This step is important! It will run [`ncc`](https://github.com/vercel/ncc)
> 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
> 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
> modules used in your project.
1. Commit your changes
5. Commit your changes
```bash
git add .