From e44d3671f0c23a41ea74cd373e53f2482274c0d7 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Thu, 12 Dec 2024 20:25:48 +0330 Subject: [PATCH] fixed the issue rendering code --- pyaction/action_template/{{action_slug}}/README.md.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaction/action_template/{{action_slug}}/README.md.jinja b/pyaction/action_template/{{action_slug}}/README.md.jinja index eb16874..7af9099 100644 --- a/pyaction/action_template/{{action_slug}}/README.md.jinja +++ b/pyaction/action_template/{{action_slug}}/README.md.jinja @@ -10,7 +10,7 @@ Example usage.. If you want to run this action locally, follow these steps: - Clone the repo and `cd` into it. - If you use `pip` - - Run `pip install ".[cli]". + - Run `pip install ".[cli]"`. - Run `pyaction run`. - If you use `uv` - Run `uv sync --no-install-project --extra cli`.