From 7c49454faa87c8270f5071196230d93f79fb824f Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 7 Oct 2015 17:24:54 +0100 Subject: [PATCH] Use the Github email when doing Git pushes from AppVeyor. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index abbed9cd..83ecba6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,7 +55,7 @@ build_script: on_success: - git config --global user.name "CppSharp CI" - - git config --global user.email "cppsharp-ci@tritao.eu" + - git config --global user.email "joao+cppsharp-ci@tritao.eu" - git config --global credential.helper store - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n" - git remote set-url origin https://github.com/mono/CppSharp.git