From b09df20870ced9940fa515de425e663cacc299e4 Mon Sep 17 00:00:00 2001 From: rory Date: Tue, 11 Jul 2023 17:03:22 -0700 Subject: [PATCH] Fix incorrect line break --- .github/workflows/cherryPick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index 616cb6007d79..1b794657cfd5 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -73,7 +73,7 @@ jobs: staging \ ${{ steps.getVersionBumpCommit.outputs.VERSION_BUMP_SHA }} \ ${{ steps.getCPMergeCommit.outputs.MERGE_COMMIT_SHA }} \ - --no-tags + --no-tags \ --shallow-exclude ${{ steps.getPreviousVersion.outputs.PREVIOUS_VERSION }} - name: Cherry-pick the version-bump to staging