Skip to content

Commit 15b9dad

Browse files
roryabrahamOSBotify
authored andcommitted
Merge pull request #21447 from Expensify/Rory-FixBadFromJSON
[No QA] Use correct output name in cherryPick.yml (cherry picked from commit cca6daf)
1 parent 22e447b commit 15b9dad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cherryPick.yml

+5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ jobs:
102102
- name: Push changes to CP branch
103103
run: git push
104104

105+
<<<<<<< HEAD
105106
- name: Create Pull Request
107+
=======
108+
- name: Create Pull Request to manually finish CP
109+
if: fromJSON(steps.cherryPick.outputs.HAS_CONFLICTS)
110+
>>>>>>> cca6daf07a (Merge pull request #21447 from Expensify/Rory-FixBadFromJSON)
106111
id: createPullRequest
107112
run: |
108113
gh pr create \

0 commit comments

Comments
 (0)