Releases: danpetitt/open-cover-badge-generator-action
Releases · danpetitt/open-cover-badge-generator-action
Commit Options
Added two new options:
commit-badges
(Optional)
Optional: When set will commit the changed badges to the repo. Default true
.
commit-branch-name
(Optional)
Optional: When set will checkout the given branch name before committing the changed badges. Default is the current main branch.
Checks whether badges have changed
Checks whether badges have changed before trying to commit them so as to avoid failing the build
Improved readme information
Added back node_modules which was removed in error and was causing the action to fail