github-actions-x/Git Commit and Push
Commits any changed files and pushes the result back to origin branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github Token with commit access | yes | — |
| push-branch | Override branch to push to | no | — |
| commit-message | Specify commit message | no | autocommit |
| force-add | Force add files, useful for adding ignored files. | no | false |
| force-push | Force push. | no | false |
| rebase | Pull and rebase before commiting. Useful when using commit inside matrix. | no | false |
| files | Specific files to add. | no | "" |
| Committer email. Default is ${name}@users.noreply.github.com | no | "" | |
| name | Committer name. Default is name of the person or app that initiated the workflow. | no | "" |
Outputs
no outputs