Set accept header as string
This commit is contained in:
parent
48ee6952fb
commit
ffdc680f33
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
const actual = await github.repos.getReleaseAsset({
|
const actual = await github.repos.getReleaseAsset({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
headers: {
|
headers: {
|
||||||
Accept: application/octet-stream
|
Accept: "application/octet-stream"
|
||||||
},
|
},
|
||||||
asset_id: release.data.assets[0].id,
|
asset_id: release.data.assets[0].id,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user