From 83bb1112cc5f53e835cc171fda5b5ec2c556f6f1 Mon Sep 17 00:00:00 2001 From: Dmitry Kurmanov Date: Tue, 21 Jan 2025 15:50:15 +0400 Subject: [PATCH] Update devops-integration.yml --- devops-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devops-integration.yml b/devops-integration.yml index 6d234ae15..8b2af1e42 100644 --- a/devops-integration.yml +++ b/devops-integration.yml @@ -7,7 +7,7 @@ resources: repositories: - repository: Service # The name used to reference this repository in the checkout step type: github - endpoint: dmitrykurmanov:admin + endpoint: github.com_surveyjsdeveloper name: surveyjs/service trigger: @@ -51,8 +51,8 @@ steps: - powershell: | $env:GIT_REDIRECT_STDERR = '2>&1' - git config --global user.email "kurmanov.work@gmail.com" - git config --global user.name "dmitrykurmanov" + git config --global user.email "surveyjs.org@gmail.com" + git config --global user.name "surveyjsdeveloper" displayName: "set up Git config" - task: Npm@1