Skip to content

Releases: danpetitt/open-cover-badge-generator-action

Commit Options

16 Oct 21:24
4ba431c
Compare
Choose a tag to compare

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

09 Feb 22:07
Compare
Choose a tag to compare

Checks whether badges have changed before trying to commit them so as to avoid failing the build

Improved readme information

09 Feb 17:18
Compare
Choose a tag to compare

Added back node_modules which was removed in error and was causing the action to fail