Maybe finally fix test 2
This commit is contained in:
parent
41ca44be6f
commit
ef27273521
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
})
|
})
|
||||||
const actual = await github.repos.getReleaseAsset({
|
const actual = await github.repos.getReleaseAsset({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
release_id: release.data.assets[0].id,
|
asset_id: release.data.assets[0].id,
|
||||||
})
|
})
|
||||||
assert.equal(expected, actual)
|
assert.equal(expected, actual)
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
|
Loading…
Reference in New Issue
Block a user