Skip to content

Commit

Permalink
replaced application/json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored and azure-sdk committed Feb 5, 2024
1 parent a59a891 commit 7355b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Invoke-GitHubAPI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function Update-GitHubIssue {
-Uri $uri `
-Headers (Get-GitHubApiHeaders -token $AuthToken) `
-MaximumRetryCount 3
-ContentType "application/x-www-form-urlencoded"
-ContentType "application/json"
}

function Remove-GitHubSourceReferences {
Expand Down

0 comments on commit 7355b04

Please sign in to comment.