devonfw-actions/Checkout and Prepare Step
Apply workarounds + Java Setup + Maven Repository Caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 11, 2023
- License
- Apache 2.0
Pinned Snippet
uses: devonfw-actions/java-maven-setup@8bba793c57c58e02531b2dd375a0cc19cb0fb613 # v8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| maven-cache-key | Cache key for maven repository | no | — |
| maven-cache-restore-key | Cache restore key for maven repository | no | — |
| maven-cache-path | Maven repository path to be cached | no | ~/.m2/repository |
| jacoco-cache-key | Cache key for jacoco and test execution data | no | — |
| jacoco-cache-restore-key | Cache restore key for jacoco and test execution data | no | — |
| java-version | Java version to setup | no | — |
| repository_path | Path to clone the repository to, by default . | no | . |
| repository | — | no | ${{ github.repository }} |
| clone | Wheather to clone the repository as part of the composite action, defaulted to true | no | true |
| GPG_PRIVATE_KEY | — | no | — |
| GPG_PASSPHRASE | — | no | — |
| BUILD_USER | — | no | — |
| BUILD_USER_PASSWD | — | no | — |
| BUILD_USER_EMAIL | — | no | — |
| GIT_TOKEN | GitHub actions token for repository cloning defaults to github.token | no | ${{ github.token }} |
Outputs
no outputs