COMMIT_USER_EMAIL - Email address to use to commit files
COMMIT_MESSAGE - commit message
Optional
ADD_FILES - If set to true, this will call git add --all before committing files. Note: This is
only required to add new (untracked) files. Changes are automatically picked up by git commit --all.