Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

grams/github-action-template

 
 

Repository files navigation

GitHub Action template

This project helps to create custom GitHub actions with Python 3.

Features

There are two ways to create a custom action: either by using JavaScript or by providing a Docker container that allows to use just any language.

This project helps to code a Python 3.8+ custom action, by providing:

  • a cookiecutter template to generate a boilerplate project including Dockerfile, sample action code and metadata
  • a Python package (this package) to serve as a lightweight framework for actions, used by our cookiecutter-generated action

About

A small template and boilerplate generator for GitHub actions written in Python 3.8+

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.0%
  • Dockerfile 1.0%