pyaction icon indicating copy to clipboard operation
pyaction copied to clipboard

:octocat: Create GitHub Actions Using Python

PyAction docs ci main version)

PyAction is a Cookiecutter template that allows you to develop custom GitHub Actions using Python3.

Installation

Make sure you have Python and pip installed on your machine and install the cookiecutter package. That's the template generator tool.

pip install -U cookiecutter

Usage

In order to create the template, run the following command.

cookiecutter gh:lnxpy/pyaction

Answer the prompts and your template will be generated.

Docs

Check out the official docs for more information about PyAction and a demo hello-world action demonstration.

Contribution

All your contributions and assistance are welcome. For more information about how you can contribute to the project, please follow the instructions here. :beers:

License

PyAction is licensed under the terms of MIT License.