camunda/Commit pending changes and push to origin
This action commit the changes and push them to origin, if any changes are detected. If not, this action does nothing. This action commits the changes using the author from the last commit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message | The commit message to use when changes have been detected. | no | Commit changes |
| author-name | Name of the commit author, if not set the author of the previous commit will be used. | no | — |
| author-email | Email of the commit author, if not set the author of the previous commit will be used. | no | — |
Outputs
| name | description |
|---|---|
| changes-pushed | Are there any changes that have been pushed? |