Set accept header as string

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 05:01:28 +02:00
parent 48ee6952fb
commit ffdc680f33
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -44,7 +44,7 @@ jobs:
const actual = await github.repos.getReleaseAsset({
...context.repo,
headers: {
Accept: application/octet-stream
Accept: "application/octet-stream"
},
asset_id: release.data.assets[0].id,
})