stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
2.06k stars 230 forks source link

Add _log and _set_github_output functions #273

Closed stefanzweifel closed 1 year ago

stefanzweifel commented 1 year ago

Just a small little PR to refactor the Action to use a _log or _set_github_output functions, when something should be logged or output should be passed to GitHub.

TODOs