ryohidaka/Simple Commit and Push

GitHub Actions for committing & pushing to GitHub repository local changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesFiles to commit. Defaults to '.'.no.
branchThe branch to push changes to. Defaults to the current branch.no""
commit-user-nameCommit username. Defaults to 'github-actions[bot]'.nogithub-actions[bot]
commit-user-emailCommit email. Defaults to '41898282+github-actions[bot]@users.noreply.github.com'.no41898282+github-actions[bot]@users.noreply.github.com
commit-messageCommit message. Defaults to 'chore: autopublish'.nochore: autopublish
rebaseIf true, `git pull --rebase` is used before the push. Defaults to 'false'nofalse
force-pushIf true, `git push --force` is used. Defaults to 'false'nofalse
dry-runIf true, the push steps will be skipped. Defaults to 'false'nofalse

no outputs