Skip to content

Beakyn/gha-main-to-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main to Dev javascript action

This action opens a PR to send commits from the main branch to the develop branch.

Inputs

main-branch

optional The name of the main branch. Default "main".

dev-branch

optional The name of the dev branch. Default "develop".

Outputs

success

"true" if the PR was closed successfully.

Example usage

uses: Beakyn/gha-main-to-dev@main
env:
  GITHUB_TOKEN: ${{ github.token }}
with:
  main-branch: "master"

Reference

https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-javascript-action

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published