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

Feature: Checkout Options #115

Closed stefanzweifel closed 3 years ago

stefanzweifel commented 3 years ago

In order to write a better test suite which doesn't mock git, I need a bit more control how the scripts switches to a branch. This PR adds a simple checkout_options-input to the script; smilar to push_options and commit_options.