actions-marketplace-validations/Is H5P library updated

Checks H5P library versions to see if the current branch is ahead of the main branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGITHUB_TOKEN or a repo scoped PATno${{ github.token }}
fail-if-not-aheadFail this step if the current branch's version is not ahead of the main branch's versionnofalse
working-directoryThe working directory to run the command inno.
namedescription
is-aheadTrue if the current branch's version is ahead of the main branch's version
are-equalTrue if the current branch's version and the main branch's versions are equal
is-behindTrue if the current branch's version is behind the main branch's version
current-versionThe current version as a JSON string with `majorVersion`, `minorVersion`, and `patchVersion` properties
main-versionThe main version as a JSON string with `majorVersion`, `minorVersion`, and `patchVersion` properties
current-version-formattedThe current version as a string on the format `vx.y.z`
main-version-formattedThe main version as a string on the format `vx.y.z`