diff --git a/beta/beta-branch.yml b/beta/beta-branch.yml index 733aee43..50d4e1a0 100644 --- a/beta/beta-branch.yml +++ b/beta/beta-branch.yml @@ -25,5 +25,5 @@ jobs: env: GH_TOKEN: ${{ secrets.DISPATCH_REPO }} run: | - echo test: ${GITHUB_REF} - gh pr create --title '${GITHUB_REF}' --body 'Beta branch' + git pull --rebase=false --autostash --no-edit --allow-unrelated-histories origin main + gh pr create --title '${GITHUB_REF##*/}' --body 'Beta branch'