An open API service indexing awesome lists of open source software.

https://github.com/lnxpy/pyaction-hello-world

hello-world action project using PyAction
https://github.com/lnxpy/pyaction-hello-world

Last synced: 5 months ago
JSON representation

hello-world action project using PyAction

Awesome Lists containing this project

README

          

## PyAction Hello World

This actions says Hello to you.

### Usage

```yml
Example usage..
```

### Running Locally
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 `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.