File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ jobs:
234
234
# happened in the meantime.
235
235
# https://stackoverflow.com/questions/43770520/how-to-specify-default-merge-strategy-on-git-stash-pop
236
236
git stash
237
+ git pull -s recursive --rebase
237
238
git cherry-pick -n -m1 -Xtheirs stash
238
239
- name : Adding data to repo
239
240
if : ${{ steps.should_run.outputs.should_run != 'false' && !inputs.perf }}
@@ -330,6 +331,7 @@ jobs:
330
331
# happened in the meantime.
331
332
# https://stackoverflow.com/questions/43770520/how-to-specify-default-merge-strategy-on-git-stash-pop
332
333
git stash
334
+ git pull -s recursive --rebase
333
335
git cherry-pick -n -m1 -Xtheirs stash
334
336
- name : Add data to repo
335
337
if : ${{ steps.should_run.outputs.should_run != 'false' }}
You can’t perform that action at this time.
0 commit comments