Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 19, 2024
1 parent 193b6b5 commit 9d2c75a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyaction/action_template/{{action_slug}}/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Example usage..
If you want to run this action locally, follow these steps.

* Clone the repo and `cd` into it.
* Run `pip install ".[dev]"`. You can install it inside a `venv` as well.
* Run `uv sync --extra cli`.
* Create the `.env` file filled with the required input parameters.
* Run `pyaction run`.
* Run `uv run pyaction run`.

> [!TIP]
> Check out [this guide](https://pyaction.imsadra.me/tutorial/#local-testing) if you need more details.
> Check out [this guide](https://pyaction.imsadra.me/tutorial/#local-running) if you need more details.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ requires-python = ">={{ python_version }}"
dependencies = ["pyaction==0.8.0"]

[project.optional-dependencies]
dev = ["pyaction[cli]==0.8.0"]
cli = ["pyaction[cli]==0.8.0"]

0 comments on commit 9d2c75a

Please sign in to comment.