Skip to content

Commit d1626fd

Browse files
committed
ci: fix branch creation
1 parent 8dffcd7 commit d1626fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
git switch --orphan results
4040
find -mindepth 1 -maxdepth 1 -not -name .git -exec rm -rf {} \;
4141
mv /tmp/mongo-benchmark-results/* .
42-
git add .
4342
git config user.name "Continuos Integration"
4443
git config user.email "runner@ci"
45-
git config pull.ff only
44+
git pull --rebase origin results
45+
git add .
4646
git commit -m 'feat: update results'
47-
git pull origin results
4847
git push -u origin results
4948

0 commit comments

Comments
 (0)