Skip to content

Commit

Permalink
fix: set username
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 1ed40ef commit 6371c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "ory-bot"
}

# pushes the committed changes from the local Git client to GitHub
Expand Down

0 comments on commit 6371c7b

Please sign in to comment.