Skip to content

Commit e44d367

Browse files
committed
fixed the issue rendering code
1 parent d4b9238 commit e44d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaction/action_template/{{action_slug}}/README.md.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Example usage..
1010
If you want to run this action locally, follow these steps:
1111
- Clone the repo and `cd` into it.
1212
- If you use `pip`
13-
- Run `pip install ".[cli]".
13+
- Run `pip install ".[cli]"`.
1414
- Run `pyaction run`.
1515
- If you use `uv`
1616
- Run `uv sync --no-install-project --extra cli`.

0 commit comments

Comments
 (0)