Pygithubactions
Github actions core library implemented in python
Install / Use
/learn @lestex/PygithubactionsREADME
pygithubactions
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
