Skip to content

Commit 0c5808a

Browse files
committed
Explicitly set content-type to allow emojis
1 parent f0dffd8 commit 0c5808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/GitHubTools.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function GetGitHubHeaders
8585
$Accept
8686
)
8787

88-
$headers = @{}
88+
$headers = @{"Content-Type" = "application/json; charset=utf-8"}
8989

9090
if ($GitHubToken)
9191
{

0 commit comments

Comments
 (0)