Skip to content

@actions/github v2.1.1 missing deleteDeployment #402

@maxcountryman

Description

@maxcountryman

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions