Skip to content

Commit 6d0b1f6

Browse files
Corrected repo names in parameters for send-notification script
1 parent d7e261d commit 6d0b1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Localize/localize-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ stages:
9696
# Notifications are set by POST method to MS Teams webhook
9797
# Body of message is compiled as Office 365 connector card
9898
# More details about cards - https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#office-365-connector-card
99-
- powershell: .\send-notifications.ps1 -IsPRCreated $true -RepoName "Task-tool"
99+
- powershell: .\send-notifications.ps1 -IsPRCreated $true -RepoName "Tool-lib"
100100
env:
101101
TEAMS_WEBHOOK: $(MSTeamsUri)
102102
displayName: 'Send MS Teams notification about PR opened'
103103
condition: and(succeeded(), eq(variables['SHOULDCREATEPR'], 'True'), eq(variables['build.reason'], 'Schedule'))
104104

105-
- powershell: .\send-notifications.ps1 -IsPRCreated $false -RepoName "Task-tool"
105+
- powershell: .\send-notifications.ps1 -IsPRCreated $false -RepoName "Tool-lib"
106106
env:
107107
TEAMS_WEBHOOK: $(MSTeamsUri)
108108
displayName: 'Send MS Teams notification about error'

0 commit comments

Comments
 (0)