remal-github-actions/Git commit & push
Commits and pushes changes, reports whether anything was pushed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| message | Commit message | yes | — |
| committerName | Git user.name | no | github-actions[bot] |
| committerEmail | Git user.email | no | 41898282+github-actions[bot]@users.noreply.github.com |
| dryRun | Set to 'true' to disable Git push | no | false |
Outputs
| name | description |
|---|---|
| result | 'nothing-changed' - no files were changed, nothing to commit; 'remote-changed' - remote repository branch has been changed, push-back is skipped; 'pushed-successfully' - pushed successfully; |