Fix syntax
This commit is contained in:
parent
003f46c67a
commit
7238d4307d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
console.log(release.data.assets)
|
||||
const actual = await github.repos.getReleaseAssert({
|
||||
...context.repo,
|
||||
release.data.assets[0].id,
|
||||
release_id: release.data.assets[0].id,
|
||||
})
|
||||
assert.equal(expected, actual)
|
||||
- name: Clean up
|
||||
|
Loading…
Reference in New Issue
Block a user