Change base branch to DEVOPS-872_version_bump_not_fail
This commit is contained in:
parent
451b9b9e67
commit
8874702469
|
@ -28,6 +28,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||||
|
with:
|
||||||
|
ref: DEVOPS-872_version_bump_not_fail
|
||||||
|
|
||||||
- name: Create Version Branch
|
- name: Create Version Branch
|
||||||
id: branch
|
id: branch
|
||||||
|
@ -135,7 +137,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PR_BRANCH: "${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}"
|
PR_BRANCH: "${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}"
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
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 }}"
|
TITLE: "Bump ${{ github.event.inputs.client }} version to ${{ github.event.inputs.version_number }}"
|
||||||
run: |
|
run: |
|
||||||
gh pr create --title "$TITLE" \
|
gh pr create --title "$TITLE" \
|
||||||
|
|
Loading…
Reference in New Issue