- Update GitPython to 3.1.41 (security).
- Update GitPython to 3.1.40 (security).
- Change Python version for CI Test from 3.6 to 3.8.
- Drop Python 3.6 support.
- Drop Python 2.7 support
- Add explicit support for Python 2 and 3
- Update GitPython dependency version to <3.0 (PR #9)
- Fix typo in action name
- Added 4 new actions
checkout_remote_branch
- checkout a remote branch for a repositoryremote_branch_exists
- Check the remote repository if a branch existscommit_and_push
- Adds all files (.), commits with message (-m), and pushes to remote. Requires SSH certificates inplace and ssh-keyscan already ran against git server (for non interactive), as well as an author alias in~/.gitconfig
new_local_branch
- Create a new local branch for a repository
- Version bump to fix tagging issue, no code changes
- Rename
config.yaml
toconfig.schema.yaml
and update to use schema. - added missing
commit_message
to payload schema