From ba566c0feb31d8ff00dcad49cb0a8f1ab4f30e8d Mon Sep 17 00:00:00 2001 From: Anton Ustyuzhanin Date: Fri, 17 Jan 2025 15:55:03 +0100 Subject: [PATCH 1/2] replace ncc with rollup in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43b8c21a2..45b2ff214 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,10 @@ So, what are you waiting for? Go ahead and start customizing your action! npm run all ``` - > This step is important! It will run [`ncc`](https://github.com/vercel/ncc) + > This step is important! It will run [`rollup`](https://rollupjs.org/) > 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. + > used in a workflow. 1. (Optional) Test your action locally From 0cec3b032da309e01481449bb6027ab01969b4c2 Mon Sep 17 00:00:00 2001 From: Anton Ustyuzhanin Date: Fri, 17 Jan 2025 22:38:32 +0100 Subject: [PATCH 2/2] update word wrapping --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45b2ff214..edbe9abc6 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ So, what are you waiting for? Go ahead and start customizing your action! npm run all ``` - > This step is important! It will run [`rollup`](https://rollupjs.org/) - > 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 + > This step is important! It will run [`rollup`](https://rollupjs.org/) 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. 1. (Optional) Test your action locally