Skip to content

Commit 8b1fd23

Browse files
authored
Merge pull request #1 from b-per/fix-add-git-name
Add git name and email
2 parents d7cc0eb + e9c5deb commit 8b1fd23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/github/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ resource "null_resource" "post_repo_creation" {
4444
cd cruft-template
4545
cruft create ${var.cruft_template_url} --extra-context '{"project_name": "${var.project_name}", "project_slug": "${var.project_slug}"}' --no-input
4646
cd ${var.project_slug}
47+
git config user.email "nomail@mail.com"
48+
git config user.name "No name"
4749
git init
4850
git add *
4951
git commit -m "Initial commit from Terraform and cruft"

0 commit comments

Comments
 (0)