GitHub - MagicStack/gha-commit-and-push: Github action to commit and push changes in a checkout to a specified branch.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Custom properties

Stars

4 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published