We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dffcd7 commit d1626fdCopy full SHA for d1626fd
.github/workflows/ci.yaml
@@ -39,11 +39,10 @@ jobs:
39
git switch --orphan results
40
find -mindepth 1 -maxdepth 1 -not -name .git -exec rm -rf {} \;
41
mv /tmp/mongo-benchmark-results/* .
42
- git add .
43
git config user.name "Continuos Integration"
44
git config user.email "runner@ci"
45
- git config pull.ff only
+ git pull --rebase origin results
+ git add .
46
git commit -m 'feat: update results'
47
- git pull origin results
48
git push -u origin results
49
0 commit comments