From ffdc680f33d70bdc9ea1097d38b44256d08e6fff Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 05:01:28 +0200 Subject: [PATCH] Set accept header as string --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd8aef..4a2d5c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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, })