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.03k stars 229 forks source link

Make commit_message optional #103 #110

Closed Aebrathia closed 4 years ago

Aebrathia commented 4 years ago

Hi, I saw issue #103 and figured I could help.

I updated README and added default to action.yml. I also wanted to add test but it seems I cannot test default values from action.yml.

Please, let me know if I can improve something.

stefanzweifel commented 4 years ago

Thanks!

Adding a test for this is currently not possible, as the test suite isn't run in the "GitHub Actions system" but rather just tests the script in isolation.