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
- Host: GitHub
- URL: https://github.com/lnxpy/pyaction-hello-world
- Owner: lnxpy
- Created: 2023-08-18T14:27:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T12:20:27.000Z (5 months ago)
- Last Synced: 2026-02-12T21:10:57.130Z (5 months ago)
- Language: Dockerfile
- Homepage: https://pyaction.imsadra.me/docs/overview/quickstart
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.