We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b3333 commit d67b8f9Copy full SHA for d67b8f9
1 file changed
bin/deploy.sh
@@ -11,7 +11,7 @@ cd _site
11
12
git init
13
git config user.name "gossi"
14
-git config user.email "github@gos.si"
+git config user.email "gossi@users.noreply.github.com"
15
16
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
17
git fetch upstream
0 commit comments