DeployTask should be a string, not an enum #2412
Labels
Type: Breaking change
Used to note any change that requires a major version bump
Type: Feature
New feature or request
Per docs and actual usage, there is no way to enumerate all possible values of
task
. It's an arbitrary string that only has meaning given to it via the consuming deployment mechanism. The example values are truly examples, not the only accepted values.https://docs.github.com/en/rest/reference/deployments#create-a-deployment
octokit.net/Octokit/Models/Request/NewDeployment.cs
Line 41 in b4d7fb0
The text was updated successfully, but these errors were encountered: