Skip to content

Commit

Permalink
logging api post request body (#20327)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Cheng <[email protected]>
  • Loading branch information
azure-sdk and ckairen authored Mar 2, 2023
1 parent a9a59f1 commit d85e5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/common/scripts/artifact-metadata-parsing.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit d85e5c3

Please sign in to comment.