We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3333 commit d67b8f9Copy full SHA for d67b8f9
bin/deploy.sh
@@ -11,7 +11,7 @@ cd _site
11
12
git init
13
git config user.name "gossi"
14
-git config user.email "[email protected]"
+git config user.email "[email protected]"
15
16
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
17
git fetch upstream
0 commit comments