ryohidaka/Simple Commit and Push
GitHub Actions for committing & pushing to GitHub repository local changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to commit. Defaults to '.'. | no | . |
| branch | The branch to push changes to. Defaults to the current branch. | no | "" |
| commit-user-name | Commit username. Defaults to 'github-actions[bot]'. | no | github-actions[bot] |
| commit-user-email | Commit email. Defaults to '41898282+github-actions[bot]@users.noreply.github.com'. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-message | Commit message. Defaults to 'chore: autopublish'. | no | chore: autopublish |
| rebase | If true, `git pull --rebase` is used before the push. Defaults to 'false' | no | false |
| force-push | If true, `git push --force` is used. Defaults to 'false' | no | false |
| dry-run | If true, the push steps will be skipped. Defaults to 'false' | no | false |
Outputs
no outputs