From e5d0fb4a5191457c5ab377b32cf5168cbf83a33f Mon Sep 17 00:00:00 2001 From: Morty Space <43354956+mortyspace@users.noreply.github.com> Date: Wed, 23 Dec 2020 19:44:43 +0200 Subject: [PATCH] Added git config commands --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b541a1..b531197 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,6 +50,8 @@ steps: - script: | python generatestructs.py + git config --global user.email "morty.space@gmail.com" + git config --global user.name "Morty Space" git add -A . git commit -m "Updated API pairs and coins" git push