Skip to content

Commit

Permalink
SilentlyContinue
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu committed Jan 27, 2022
1 parent 9fd4baf commit e5ffdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function GetAdjustedReadmeContent($ReadmeContent, $PackageInfo, $PackageMetadata
$msauthor = "ramyar"
Write-Host "Retrieve the code owner from $($PackageInfo.DirectoryPath)."
$author = GetPrimaryCodeOwner -TargetDirectory $PackageInfo.DirectoryPath
$msauthor = GetMsAliasFromGithub -TenantId $TenantId -ClientId $ClientId -ClientSecret $ClientSecret -GithubUser $author -ErrorAction Continue
$msauthor = GetMsAliasFromGithub -TenantId $TenantId -ClientId $ClientId -ClientSecret $ClientSecret -GithubUser $author -ErrorAction SilentlyContinue
# Default value
if (!$author -and !$msauthor) {
$author = "ramya-rao-a"
Expand Down

0 comments on commit e5ffdac

Please sign in to comment.