From 8e5ee09d32ee8f2a250b4a4c3b2873272271d524 Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Wed, 9 Jun 2021 14:15:22 -0700 Subject: [PATCH] Push changes before trying to create CP branch --- .github/workflows/cherryPick.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index b1facd69e10e..245801923139 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -120,6 +120,9 @@ jobs: echo "::set-output name=SHOULD_AUTOMERGE::false" fi + - name: Push changes to CP branch + run: git push + - name: Create Pull Request id: createPullRequest # Version: 2.4.3