Skip to content

kaueDM/multimerge

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multimerge action

Action to merge a single branch into multiple branches

Inputs

source

Required Source branch. Default master.

targets

Required Target branches to merge source into, separating with commas.

Example

jobs:
  multimerge:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: kaueDM/multimerge
        with:
          token: ${{ github.token }}
          source: master
          targets: foo,bar

About

Merges a source branch into multiple branches

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published