mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
Change base branch to DEVOPS-872_version_bump_not_fail
This commit is contained in:
parent
451b9b9e67
commit
8874702469
4
.github/workflows/version-bump.yml
vendored
4
.github/workflows/version-bump.yml
vendored
@ -28,6 +28,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Branch
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
with:
|
||||
ref: DEVOPS-872_version_bump_not_fail
|
||||
|
||||
- name: Create Version Branch
|
||||
id: branch
|
||||
@ -135,7 +137,7 @@ jobs:
|
||||
env:
|
||||
PR_BRANCH: "${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
BASE_BRANCH: master
|
||||
BASE_BRANCH: DEVOPS-872_version_bump_not_fail
|
||||
TITLE: "Bump ${{ github.event.inputs.client }} version to ${{ github.event.inputs.version_number }}"
|
||||
run: |
|
||||
gh pr create --title "$TITLE" \
|
||||
|
Loading…
Reference in New Issue
Block a user