GitHub - MagicStack/gha-commit-and-push: Github action to commit and push changes in a checkout to a specified branch.
MagicStack / gha-commit-and-push Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
gha-commit-and-push
Github action to commit and push changes in a checkout to a specified branch.
Usage
For the full list of inputs and outputs see action.yml.
Basic example:
on: pull_request steps: - uses: magicstack/gha-commit-and-push@master with: target_branch: gh-pages workdir: docs/gh-pages commit_message: Automatic documentation update
About
Github action to commit and push changes in a checkout to a specified branch.
Resources
Stars
Watchers
Forks
Releases
No releases published