Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 28, 2024
1 parent ccf2d41 commit a2dbc02
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions pyaction/action_template/{{action_slug}}/README.md.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## {{ action_name }}
## {{ action_name }} [![pyaction](https://img.shields.io/badge/Crafted_with_PyAction-black?style=flat&logo=data:image/svg%2bxml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNjAwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiIGRhdGEtbmFtZT0iU1ZHUmVwbyBpY29uQ2FycmllciI+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjAuNywyMjAuNDNsMjMzLjUzLDI1Mi4zMkwzMzEuNTksMTguODksNS45Niw1ODEuM0gzNzUuMmwtMjI0LjMxLTY1LjUzYy0xMi42MS0zLjY5LTE3Ljc5LTE4Ljc0LTEwLjA3LTI5LjRMMzMxLjM5LDIyMi4xOGM2Ljk4LTkuNzIsMjEuMTgtMTAuNTcsMjkuMy0xLjc0WiIvPgogIDwvZz4KPC9zdmc+)](https://pyaction.imsadra.me/)
{{ description }}

### Usage
Expand All @@ -7,12 +7,9 @@ Example usage..
```

### Running Locally
If you want to run this action locally, follow these steps.
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`.

* Clone the repo and `cd` into it.
* Run `uv sync --no-install-project --extra cli`.
* Create the `.env` file filled with the required input parameters.
* Run `uv run pyaction run`.

> [!TIP]
> Check out [this guide](https://pyaction.imsadra.me/docs/concepts/local-running) if you need more details.
Check out [this guide](https://pyaction.imsadra.me/docs/concepts/local-running) for more information about action local execution.

0 comments on commit a2dbc02

Please sign in to comment.