logging api post request body (#4404)
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
This commit is contained in:
parent
c8b028dce0
commit
ecb5f3db1c
@ -34,6 +34,9 @@ function CreateReleases($pkgList, $releaseApiUrl, $releaseSha) {
|
||||
body = $releaseNotes
|
||||
}
|
||||
|
||||
Write-Host "Post Request Body:"
|
||||
Write-Host $body
|
||||
|
||||
$headers = @{
|
||||
"Content-Type" = "application/json"
|
||||
"Authorization" = "token $($env:GH_TOKEN)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user