Skip to content

Commit

Permalink
logging api post request body (#4404)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
  • Loading branch information
2 people authored and antkmsft committed Apr 5, 2023
1 parent 37430f7 commit 9e6a4b1
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 9e6a4b1

Please sign in to comment.