nicolasfara/Build and delivery a SBT project

Build and delivery a SBT project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pre-build-commandA command to be executed before the build phase (but after configuring the JVM)notrue
build-commandThe command executed in the build phasenosbt +package
check-commandThe command executed in the check phasenosbt +test
clean-commandThe command executed in the final clean phasenotrue
retries-on-failureHow many times every command should be retried before giving upno2
wait-between-retriesHow many seconds to wait after a step failure before attempting a new runno5
codecov-directoryThe location where CodeCov searches for coverage informationnobuild
codecov-tokenThe codecov token for this repositoryno""
deploy-commandThe condition triggering a deploy runnotrue
java-distributionThe Java distrbutor to usenotemurin
java-versionThe Java version to useno17
should-run-codecovTrue if the action should send coverage results to codecov.ionotrue
should-deployTrue if the deploy operation should be executednofalse
maven-central-usernameUsername for Maven Central that will be exposed in the deployment step as the environment variables MAVEN_CENTRAL_PASSWORDno
working-directoryLocation where the repository should will be clonedno.
github-tokenThe GitHub token, it will be exposed in the deployment step as the environment variable GITHUB_TOKENno
maven-central-passwordPassword for OSSRH / Maven Central, it will be exposed in the deployment step as the environment variables MAVEN_CENTRAL_PASSWORDno
maven-central-repoURL for OSSRH / Maven Central Repository, it will be exposed in the deployment step as the environment variables MAVEN_CENTRAL_REPOnohttps://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
signing-keyASCII-armored base64 signing key, it will be exposed in the deployment step as the environment variableno
signing-passwordPassword for the signing key, it will be exposed in the deployment step as the environment variables SIGNING_PASSWORDno

no outputs