You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.0.1] - 2021-3-3
Changed
Changed the tag used to pull the base docker image from latest
to the specific version number that is the latest. The reason for this change
is to ensure that we have the opportunity to test against updates to
the base image before such changes affect releases. Using the latest
tag when pulling the base image runs the risk of a change in the base
image breaking the action (although this risk is small).
Fixed
Fixed a bug related to permissions on the badges directory if it
didn't already exist prior to running the action. Bug only appeared to
exhibit itself if the jacoco-badge-generator was used in combination with
version 3.6 or later of the peter-evans/create-pull-request action, and only
if the badges directory didn't already exist. This bug is now resolved.