diff --git a/.github/workflows/compile-versions.yml b/.github/workflows/compile-versions.yml index 1935ee8..1845fbb 100644 --- a/.github/workflows/compile-versions.yml +++ b/.github/workflows/compile-versions.yml @@ -31,7 +31,8 @@ jobs: git config user.email "github-actions-bot@google.com" # fetch the PR branch and switch to it, if it doesnt exist a new local branch is created - git fetch origin "${{ env.PR_BRANCH }}" && git switch -c "${{ env.PR_BRANCH }}" + noop=$(git fetch origin "${{ env.PR_BRANCH }}") + git switch -c "${{ env.PR_BRANCH }}" - name: 'Get versions list' run: |-