This action opens a PR to send commits from the main branch to the develop branch.
optional The name of the main branch. Default "main"
.
optional The name of the dev branch. Default "develop"
.
"true"
if the PR was closed successfully.
uses: Beakyn/gha-main-to-dev@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
main-branch: "master"
https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-javascript-action