/pygithubactions

Github actions core library implemented in python

Primary LanguagePythonMIT LicenseMIT

pygithubactions

CI

pygithubactions/core

Core functions for setting results, logging, registering secrets and exporting variables across actions

Usage

Import the package

from pygithubactions import core

Refer to core for a documentation.

Why

It is simple, we love python, why not use it to write Github Actions code. The example on how to use the library - https://github.com/lestex/action-pygithubactions