Fix delete ref
This commit is contained in:
parent
d151157326
commit
5d5ed153e8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
...context.repo,
|
...context.repo,
|
||||||
release_id: release.data.id,
|
release_id: release.data.id,
|
||||||
})
|
})
|
||||||
await github.repos.deleteRef({
|
await github.git.deleteRef({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
ref: "ci-test-${{ matrix.os }}",
|
ref: "ci-test-${{ matrix.os }}",
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user