CI: fix plugin-update.yaml PR create base branch (#9726) (#9731)

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-09-30 12:32:48 -04:00 committed by GitHub
parent bcd98f23e3
commit b3f6bbd78d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}" \