Why not convert this repo to github action repo?
So that, one can easily add this to workflow, and run it directly, without storing the python script.
Good question! I guess the short answer is that I never thought of that 😄
This project started as a single repo, and then created the repo template to make it easy for other to replicate what I have (and avoid having to clone, manually edit files, etc...) but your suggestion makes sense! I'll investigate if I can create a GitHub Action in Python, if so I might create a new one for this :D
Thanks for the suggestion! I'll keep this open for now as I investigate on this topic
Nice! Looking forward to it. Also open to contribution, if needed!