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
1.98k stars 227 forks source link

Test Action through GitHub Actions ♾️ #118

Closed stefanzweifel closed 3 years ago

stefanzweifel commented 3 years ago

Still figuring out the best and simplest way to test the Action reliablily. This PR uses the Action itself to create a commit and automatically deletes the branch again.

Why the tests where git is mocked fails isn't clear to me yet.