gradle-update/Update Gradle Wrapper Action
Keeps Gradle Wrapper script in your projects up-to-date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Access token for the repository, e.g. `{{ secrets.GITHUB_TOKEN }}`. | no | ${{ github.token }} |
| reviewers | List of users to request a review from (comma or newline-separated). | no | "" |
| team-reviewers | List of teams to request a review from (comma or newline-separated). | no | "" |
| labels | List of labels to set on the Pull Request (comma or newline-separated). | no | "" |
| base-branch | Base branch where the action will run and update the Gradle Wrapper. | no | — |
| target-branch | Branch to create the Pull Request against. | no | — |
| set-distribution-checksum | Whether to set the `distributionSha256Sum` property in `gradle-wrapper.properties`. | no | true |
| distributions-base-url | Use a custom base url to download the distributions file. | no | "" |
| paths | List of paths where to search for Gradle Wrapper files (comma or newline-separated). | no | "" |
| paths-ignore | List of paths to be excluded when searching for Gradle Wrapper files (comma or newline-separated). | no | "" |
| release-channel | Gradle release channel to be used (either `stable` or `release-candidate`). | no | stable |
| merge-method | Which merge method to use for auto-merge (either `MERGE`, `REBASE`, or `SQUASH`). If unset, auto-merge will not be enabled on opened PRs. | no | — |
| pr-title-template | Template used for PR title. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. | no | Update Gradle Wrapper from %sourceVersion% to %targetVersion% |
| pr-message-template | Template used for PR description. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. | no | "" |
| commit-message-template | Template used for commit message. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. | no | Update Gradle Wrapper from %sourceVersion% to %targetVersion% |
Outputs
no outputs