mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Comment out checkout since there is a git switch
This commit is contained in:
8
.github/workflows/version-bump.yml
vendored
8
.github/workflows/version-bump.yml
vendored
@@ -39,10 +39,10 @@ jobs:
|
|||||||
|
|
||||||
git switch -c ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}
|
git switch -c ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}
|
||||||
|
|
||||||
- name: Checkout Version Branch
|
# - name: Checkout Version Branch
|
||||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
# uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||||
with:
|
# with:
|
||||||
ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
|
# ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# VERSION BUMP SECTION #
|
# VERSION BUMP SECTION #
|
||||||
|
|||||||
Reference in New Issue
Block a user