Skip to content

Commit

Permalink
Fix feedback job in bdn-apicompat.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mawosoft committed Apr 9, 2024
1 parent 08a5ffa commit 77f21d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bdn-apicompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ jobs:
$pos = $body.IndexOf($find)
$body = $body.Substring(0, $pos) + $replace + $body.Substring($pos + $find.Length)
$param = @{ body = $body }
$response = $param | ConvertTo-Json -EscapeHandling EscapeNonAscii | Invoke-RestMethod -Uri $uri -Method Patch @auth
$response = $param | ConvertTo-Json -EscapeHandling EscapeNonAscii | Invoke-RestMethod -Uri $uri -Method Patch -ContentType 'application/json' @auth

0 comments on commit 77f21d9

Please sign in to comment.