Skip to content

Commit

Permalink
wip: changes base
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 2, 2024
1 parent cc58d8d commit 695bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
- name: Create PR
run: |
BODY="BEGIN-AUTO-DEPLOY-SIGNATURE:${{ steps.sign.outputs.signature }}:END-AUTO-DEPLOY-SIGNATURE"
gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY"
gh pr create --title "chore: auto-deploy from ${{ github.event.repository.name }}" --body "$BODY" --base fix-deploy-workflow
env:
GITHUB_TOKEN: ${{ env.GLOBAL_CI_DEPLOY_TOKEN }}

0 comments on commit 695bc11

Please sign in to comment.