From 0cec3b032da309e01481449bb6027ab01969b4c2 Mon Sep 17 00:00:00 2001 From: Anton Ustyuzhanin Date: Fri, 17 Jan 2025 22:38:32 +0100 Subject: [PATCH] update word wrapping --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45b2ff2..edbe9ab 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