Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/docker-ecd5bdb6e9
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulapopoola authored Jan 26, 2024
2 parents feba93e + 7ed9741 commit d641896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/infra/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ func putCloneDir(ctx context.Context, cli *client.Client, updater *Updater, dir
// The directory needs to be a git repo, so we need to initialize it.
commands := []string{
"cd " + guestRepoDir,
"git config --global init.defaultBranch main",
"git init",
"git config user.email '[email protected]'",
"git config user.name 'dependabot'",
Expand Down

0 comments on commit d641896

Please sign in to comment.