diff --git a/beta/beta-branch.yml b/beta/beta-branch.yml index 3611cca1..07b20dce 100644 --- a/beta/beta-branch.yml +++ b/beta/beta-branch.yml @@ -25,5 +25,7 @@ jobs: env: GH_TOKEN: ${{ secrets.DISPATCH_REPO }} run: | - git pull origin main --allow-unrelated-histories + git config user.name "Mikl Wolfe" + git config user.email "wolfemikl@gmail.com" + git pull --rebase=false --autostash --no-edit --allow-unrelated-histories origin main gh pr create --title '${GITHUB_REF##*/}' --body 'Beta branch'