Github action to commit and push changes in a checkout to a specified branch.
For the full list of inputs and outputs see action.yml.
Basic example:
on: pull_requeststeps: - uses: magicstack/gha-commit-and-push@masterwith: target_branch: gh-pagesworkdir: docs/gh-pagescommit_message: Automatic documentation update