@@ -7,40 +7,53 @@ branding:
7
7
8
8
inputs :
9
9
serverUrl :
10
- description : ' The URL of the Digital.ai Deploy server. '
10
+ description : ' The URL of the Digital.ai Deploy server'
11
11
required : true
12
12
username :
13
- description : ' The username for authenticating with Digital.ai Deploy. '
13
+ description : ' The username for authenticating with Digital.ai Deploy'
14
14
required : true
15
15
password :
16
- description : ' The password for authenticating with Digital.ai Deploy. '
16
+ description : ' The password for authenticating with Digital.ai Deploy'
17
17
required : true
18
18
action :
19
- description : ' Action to perform: create, publish, deploy. Default is create, publish, and deploy. '
19
+ description : ' Action to perform: create, publish, deploy. Default is create, publish, and deploy'
20
20
required : false
21
21
default : ' create_publish_deploy'
22
22
manifestPath :
23
- description : ' The path to the deployit- manifest. xml file. '
23
+ description : ' The path to the manifest xml file'
24
24
required : false
25
25
outputPath :
26
- description : ' The path for storing the newly created DAR package. '
26
+ description : ' The path for storing the newly created DAR package'
27
27
required : false
28
28
packageName :
29
- description : ' The name of the newly created DAR package. '
29
+ description : ' The name of the newly created DAR package'
30
30
required : false
31
31
versionNumber :
32
- description : ' Specify a version number to set in your manifest file. '
32
+ description : ' Specify a version number to set in your manifest file'
33
33
required : false
34
34
darPackagePath :
35
- description : ' The path to the DAR package.'
35
+ description : ' The path to the DAR package'
36
+ required : false
37
+ deploymentPackageId :
38
+ description : ' The ID of the package to be deployed'
36
39
required : false
37
40
environmentId :
38
- description : ' ID of the target environment in Digital.ai Deploy. '
41
+ description : ' The ID of the target environment in Digital.ai Deploy'
39
42
required : false
40
43
rollback :
41
- description : ' Invoke a rollback in case of deployment failure. '
44
+ description : ' Invoke a rollback in case of deployment failure'
42
45
required : false
43
46
47
+ outputs :
48
+ deploymentPackageId :
49
+ description : ' The ID of the published package'
50
+ darPackagePath :
51
+ description : ' The relative path to the DAR package created by the action'
52
+ deploymentTaskId :
53
+ description : ' The ID of the deployment task created by the action'
54
+ rollbackTaskId :
55
+ description : ' The ID of the rollback task created by the action'
56
+
44
57
runs :
45
58
using : ' node20'
46
59
main : ' dist/index.js'
0 commit comments