Просмотр исходного кода

ref: fix bump rebase by setting a git identity (#45332)

<!-- Describe your PR here. -->
anthony sottile 2 лет назад
Родитель
Сommit
ac92629fdf
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .github/workflows/bump-sentry-in-getsentry.yml

+ 4 - 1
.github/workflows/bump-sentry-in-getsentry.yml

@@ -46,7 +46,10 @@ jobs:
               git push origin master && exit 0
               git push origin master && exit 0
               # There's a little bit of network delay here that suffices
               # There's a little bit of network delay here that suffices
               # as a small sleep.
               # as a small sleep.
-              git pull --rebase origin master
+              git \
+                -c user.name=getsentry-bot \
+                -c user.email=bot@sentry.io \
+                pull --rebase origin master
           done
           done
 
 
           # 5th and final attempt.
           # 5th and final attempt.