Skip to content

Commit e347c3d

Browse files
authored
Updating description of package id. (#1646)
1 parent 251b05d commit e347c3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

step-templates/azure-deploy-containerapp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Name": "Azure - Deploy Container App",
44
"Description": "Deploys a container to an Azure Container App Environment",
55
"ActionType": "Octopus.Script",
6-
"Version": 8,
6+
"Version": 9,
77
"CommunityActionTemplateId": null,
88
"Packages": [
99
{
@@ -110,7 +110,7 @@
110110
"Id": "d74123b0-4104-45b9-ae12-b1f808b8b948",
111111
"Name": "Template.Azure.Container.Name",
112112
"Label": "Container Name",
113-
"HelpText": "The name of the container to create/update. If you want to use the image name, specify `#{Octopus.Action.Package[Template.Azure.Container.Image].PackageId}`",
113+
"HelpText": "The name of the container to create/update. If you want to use the image name, specify `#{Octopus.Action.Package[Template.Azure.Container.Image].PackageId | Replace \"/\" \"-\"}`",
114114
"DefaultValue": "",
115115
"DisplaySettings": {
116116
"Octopus.ControlType": "SingleLineText"

0 commit comments

Comments
 (0)