maven-flow/Prevent Maven Artifact Overwrites
Prevent overwriting Maven artifacts from feature branches.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message-suffix | Text to add to the end of commit messages. | no | "" |
| enforce-branch-version | — | yes | — |
| git-user-name | GIT user name (to commit changes) | no | github-actions[bot] |
| git-user-email | GIT user email (to commit changes) | no | github-actions[bot]@users.noreply.github.com |
| maven-args | Additional arguments to pass to Maven commands | no | "" |
| pom-file | Maven POM file | no | pom.xml |
| push-changes | — | yes | — |
Outputs
| name | description |
|---|---|
| changes-made | Whether this action modified any files |