Merge pull request #877 from dsanders11/patch-1

docs: fix rendering of warning in README.md
This commit is contained in:
Nick Alteen 2024-03-14 12:33:44 -04:00 committed by GitHub
commit d90f97e4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,8 +124,6 @@ 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