Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@actions/github v2.1.1 missing deleteDeployment #402

Closed
maxcountryman opened this issue Apr 2, 2020 · 1 comment
Closed

@actions/github v2.1.1 missing deleteDeployment #402

maxcountryman opened this issue Apr 2, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@maxcountryman
Copy link

It seems that deleteDeployment is missing from the latest release, v2.1.1:

$ node
> const { GitHub } = require('@actions/github');
> const github = new GitHub("secret");
> github.repos.deleteDeployment
undefined
@maxcountryman maxcountryman added the bug Something isn't working label Apr 2, 2020
@thboop thboop self-assigned this Apr 17, 2020
@thboop
Copy link
Collaborator

thboop commented Apr 12, 2021

Should have been resolved with the linked pr, let me know if you see any more issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants