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