guillaumefalourd/Git Commit Push Action
GitHub Action to commit & push changes made in workflows (all os supported).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| Committer's email address | yes | ${{ github.actor }}@users.noreply.github.com | |
| name | Committer's username | yes | ${{ github.actor }} |
| commit_message | Commit message | yes | Commit performed using Push and Commit action |
| target_branch | Branch to push the changes back to | yes | ${{ github.ref }} |
| files | Files to add separated by space | yes | . |
| remote_repository | Repository url to push the code to | yes | origin |
| access_token | Token used to push the code | yes | ${{ github.token }} |
| force | Whether to perform force push | yes | 0 |
| empty | Whether to allow empty commit | no | 0 |
| tags | Whether to use --tags | no | 0 |
Outputs
no outputs