diff --git a/.github/workflows/plugin-update.yml b/.github/workflows/plugin-update.yml index 62bab18654..8bbedb5937 100644 --- a/.github/workflows/plugin-update.yml +++ b/.github/workflows/plugin-update.yml @@ -96,6 +96,7 @@ jobs: if [ -z "$PR" ]; then gh pr create \ --head "$VAULT_BRANCH" \ + --base "${{ inputs.base-branch }}" \ --reviewer "$REVIEWER" \ --assignee "$REVIEWER" \ --title "Update ${{ inputs.plugin }} to v${{ inputs.version }}" \