I have a workflow that is working across a variety of branches. No matter what I put in SOURCE_BRANCH, the PR branch is only created from the context sha, which for my scheduled cron action is always main/master.
This should create the branch based on sourceBranch.
I have a workflow that is working across a variety of branches. No matter what I put in SOURCE_BRANCH, the PR branch is only created from the context sha, which for my scheduled cron action is always main/master.
This should create the branch based on sourceBranch.