Skip to content

Commit 333738b

Browse files
azure-sdkbenbp
andauthored
Update sync workflow pointer (#48966)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
1 parent 454412e commit 333738b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
if ($filesInCommonDir.Count -gt 0)
1616
{
1717
Write-Host "##vso[task.LogIssue type=error;]Changes to files under 'eng/common' directory should not be made in this Repo`n${filesInCommonDir}"
18-
Write-Host "##vso[task.LogIssue type=error;]Please follow workflow at https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/common_engsys.md"
18+
Write-Host "##vso[task.LogIssue type=error;]Follow the workflow at https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/common_engsys.md"
1919
exit 1
2020
}
2121
}
@@ -30,7 +30,7 @@ steps:
3030
if ($filesInCommonDir.Count -gt 0)
3131
{
3232
Write-Host "##vso[task.LogIssue type=error;]Changes to selected files under '.github/' directory should not be made in this Repo`n${filesInCommonDir}"
33-
Write-Host "##vso[task.LogIssue type=error;]Please follow workflow at https://github.com/Azure/azure-sdk-tools/blob/main/doc/workflows/engsys_workflows.md"
33+
Write-Host "##vso[task.LogIssue type=error;]Follow the workflow at https://github.com/Azure/azure-sdk-tools/blob/main/doc/engsys_workflows_and_skills.md"
3434
exit 1
3535
}
3636
}

0 commit comments

Comments
 (0)