Skip to content

commit-binaries: do not commit if no changes detected

Julien Masson requested to merge jmasson/commit-binaries into main

If there is no changes in the to-project, we should not try to commit, it will return error code.

Instead we display a warning message and exit successfully.

Merge request reports