From 6371c7b05fbea4140dc84d1bc745375bc57d0958 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:48:59 +0100 Subject: [PATCH] fix: set username --- scripts/sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/sync.sh b/scripts/sync.sh index 1aaf71a..e95fc7e 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -289,6 +289,8 @@ function install_dependencies_on_ci { sudo apt-get update -y sudo apt-get install -y moreutils gettext-base curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48 + git config --global user.email "60093411+ory-bot@users.noreply.github.com" + git config --global user.name "ory-bot" } # pushes the committed changes from the local Git client to GitHub