Skip to content

Commit

Permalink
fixed the issue rendering code
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Dec 12, 2024
1 parent d4b9238 commit e44d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaction/action_template/{{action_slug}}/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit e44d367

Please sign in to comment.