mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +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 }}
|
||||
|
||||
- name: Checkout Version Branch
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
with:
|
||||
ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
|
||||
# - name: Checkout Version Branch
|
||||
# uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
# with:
|
||||
# ref: ${{ steps.branch.outputs.client }}_version_bump_${{ github.event.inputs.version_number }}
|
||||
|
||||
########################
|
||||
# VERSION BUMP SECTION #
|
||||
|
||||
Reference in New Issue
Block a user