From 46f003afee2b913ad07dc00c27eeb8242067a96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Mon, 7 Oct 2024 16:35:56 +0900 Subject: [PATCH] docs: apply alert style correctly at warning message --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3fbca53..4f03a00 100644 --- a/README.md +++ b/README.md @@ -119,14 +119,14 @@ 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