Closed memark closed 4 months ago
Anything more I can do here? I'm assuming the failing CI tests are unrelated to my docs change.
Indeed. Thanks for the ping!
It's an interesting failure due to GitHub Actions caching that caused an older commit that should have failed CI to incorrectly pass CI by using a previous run's cache: https://github.com/obi1kenobi/cargo-semver-checks-action/pull/79
After that PR merges, this CI should be green again. I'll keep an eye on it now and make sure it's all good.
The documentation mentions
shared-key
andcache-key
as an input, but the latter doesn't seem to exist. I've changed the wording to refer toprefix-key
andshared-key
instead.