Skip to content

Commit 5e041b5

Browse files
authored
Merge pull request #3493 from Expensify/Rory-PushChangesToCPBranch
[No QA] Push changes before trying to create CP branch
2 parents 326917a + 8e5ee09 commit 5e041b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cherryPick.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
echo "::set-output name=SHOULD_AUTOMERGE::false"
121121
fi
122122
123+
- name: Push changes to CP branch
124+
run: git push
125+
123126
- name: Create Pull Request
124127
id: createPullRequest
125128
# Version: 2.4.3

0 commit comments

Comments
 (0)