OctopusDeploy / deploy-release-action

| Public | :octocat: GitHub Action to Deploy a Release in Octopus Deploy
https://github.com/marketplace/actions/deploy-a-release-in-octopus-deploy
Other
3 stars 5 forks source link

Add support for specifiedMachineNames parameter #70

Open waynebrantley opened 7 months ago

waynebrantley commented 7 months ago

Is your feature request related to a problem? Please describe. Please add support to pass specifiedMachineNames into this action.

Describe the solution you'd like The downstream DeploymentRepository(...).create() call in the typescript api client can already accept a specifiedMachineNames parameter. Would like the parameter added to this action and passed into the downstream existing api.