We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92d8a6 commit ec7950cCopy full SHA for ec7950c
GitHubContents.ps1
@@ -392,8 +392,8 @@ filter Set-GitHubContent
392
if ($PSBoundParameters.ContainsKey('AuthorName') -or
393
$PSBoundParameters.ContainsKey('AuthorEmail'))
394
{
395
- if (![System.String]::IsNullOrEmpty($CommitterName) -and
396
- ![System.String]::IsNullOrEmpty($CommitterEmail))
+ if (![System.String]::IsNullOrEmpty($AuthorName) -and
+ ![System.String]::IsNullOrEmpty($AuthorEmail))
397
398
$hashBody['author'] = @{
399
name = $AuthorName
0 commit comments