Skip to content

Commit f1e8437

Browse files
committed
fix app user email
force update for test force update: yggdrasil-connect
1 parent 4ea370f commit f1e8437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $slug = $env:GH_APP_SLUG
88
$app = Invoke-RestMethod -Uri "https://api.github.com/users/$slug[bot]"
99

1010
git config --global user.name $app.login
11-
git config --global user.email "$($app.id)+$($app.login)[bot]@users.noreply.github.com"
11+
git config --global user.email "$($app.id)+$($app.login)@users.noreply.github.com"
1212

1313
Set-Location .dist
1414
git add .

0 commit comments

Comments
 (0)