From 451b9b9e6728ee7d5a813624c19b43e9bb45d687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Chci=C5=84ski?= Date: Thu, 14 Jul 2022 15:41:30 +0200 Subject: [PATCH] Comment out checkout since there is a git switch --- .github/workflows/version-bump.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 50f7612a526..bb5ba8928e2 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -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 #