Change base branch to DEVOPS-872_version_bump_not_fail

This commit is contained in:
Michal Chciński 2022-07-14 15:48:38 +02:00
parent 451b9b9e67
commit 8874702469
1 changed files with 3 additions and 1 deletions

View File

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