Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Dec 7, 2024
1 parent 652cebb commit d4b9238
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyaction/action_template/{{action_slug}}/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Example usage..
### Running Locally
If you want to run this action locally, follow these steps:
- Clone the repo and `cd` into it.
- Run `uv sync --no-install-project --extra cli`.
- Run `uv run pyaction run`.
- If you use `pip`
- Run `pip install ".[cli]".
- Run `pyaction run`.
- If you use `uv`
- Run `uv sync --no-install-project --extra cli`.
- Run `uv run pyaction run`.

Check out [this guide](https://pyaction.imsadra.me/docs/concepts/local-running) for more information about action local execution.

0 comments on commit d4b9238

Please sign in to comment.