Skip to content

Commit

Permalink
Update devops-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov authored Jan 21, 2025
1 parent 67bfc2a commit 83bb111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83bb111

Please sign in to comment.