From 41ca44be6f599635d0c752bd01669cfc15318d8b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 04:53:07 +0200 Subject: [PATCH] Maybe finally fix test --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7587419..c235c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,7 @@ jobs: ...context.repo, tag: "ci-test-${{ matrix.os }}", }) - console.log(release.data) - console.log(release.data.assets) - const actual = await github.repos.getReleaseAssert({ + const actual = await github.repos.getReleaseAsset({ ...context.repo, release_id: release.data.assets[0].id, })