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
4 stars 5 forks source link

[BUG] JSON Serialization of Prompted Variables #7

Closed jbristowe closed 1 year ago

jbristowe commented 1 year ago

Describe the bug A bug in the TypeScript API client is preventing serialising prompted variables through to the Executions API as per #139.

Expected behavior Prompted variables should be serialised as JSON on the wire if provided by the consumer.

Suggested Resolution Bump the dependency tree to reflect fix in TypeScript API client (see above).