From d513b3d2206859f886676af4310860da4524a6da Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Thu, 1 Feb 2024 15:28:54 -0800 Subject: [PATCH] wip: changes back to master branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d97ea408..b17a4d7f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -127,7 +127,7 @@ jobs: git add . git commit -m "chore: auto-deploy from ${{ github.event.repository.name }}" git push origin "auto-deploy-${{ github.sha }}" - gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY" --base setup-new-deploy + gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY" env: GITHUB_TOKEN: ${{ secrets.token }} # - name: Commit and push