Skip to content

Commit f382536

Browse files
Readme update
1 parent ca0055b commit f382536

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ An example repository using this action : <a href="https://github.com/digital-ai
4444
4545
The action supports the following inputs:
4646
47-
| Name | Description | Required | Default |
48-
|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------|
49-
| `serverUrl` | The URL of the Digital.ai Deploy server. | Yes | |
50-
| `username` | The username for authenticating with Digital.ai Deploy. | Yes | |
51-
| `password` | The password for authenticating with Digital.ai Deploy. | Yes | |
52-
| `action` | Action to perform: create, publish, deploy. <br/>Supported actions are:<br/>`create_publish`, `publish_deploy`, `create_publish_deploy`. | No | `create_publish_deploy` |
53-
| `manifestPath` | The path to the deployit-manifest.xml file. <br/>Example: `/deployit-manifest.xml` | Yes | |
54-
| `outputPath` | The path for storing the newly created DAR package. <br/>Example: `/outputdar` | Yes | |
55-
| `packageName` | Optional. The name of the newly created DAR package. <br/>Example: `appForAction-1.0.dar` | No | `package.dar` |
56-
| `versionNumber` | Optional. Specify a version number to set in your manifest file. <br/>Example: `1.0` | No | |
57-
| `darPackagePath`| The path to the DAR package. Mandatory for publish_deploy action. <br/>Example: `/dar/appForAction-1.0.dar` | Yes* | |
58-
| `environmentId` | ID of the target environment in Digital.ai Deploy. <br/> Mandatory for `publish_deploy`, `create_publish_deploy` action. <br/> Example: `Environments/envForAction` | Yes* | |
59-
| `rollback` | Optional. Invoke a rollback in case of deployment failure. <br/>Example: `true` | no | `false` |
47+
| Name | Description | Required | Default |
48+
|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------------|
49+
| `serverUrl` | The URL of the Digital.ai Deploy server. | Yes | |
50+
| `username` | The username for authenticating with Digital.ai Deploy. | Yes | |
51+
| `password` | The password for authenticating with Digital.ai Deploy. | Yes | |
52+
| `action` | Action to perform: create, publish, deploy. <br/>Supported actions are:<br/>`create_publish`, `publish_deploy`, `create_publish_deploy`. | No | `create_publish_deploy` |
53+
| `manifestPath` | The path to the deployit-manifest.xml file. <br/> It mandatory for `create_publish`, `create_publish_deploy` action. <br/>Example: `/deployit-manifest.xml` | Yes | |
54+
| `outputPath` | The path for storing the newly created DAR package. <br/> It mandatory for `create_publish`, `create_publish_deploy` action. <br/>Example: `/outputdar` | Yes | |
55+
| `packageName` | Optional. The name of the newly created DAR package. <br/>Example: `appForAction-1.0.dar` | No | `package.dar` |
56+
| `versionNumber` | Optional. Specify a version number to set in your manifest file. <br/>Example: `1.0` | No | |
57+
| `darPackagePath` | The path to the DAR package. <br/> It mandatory for `publish_deploy` action. <br/>Example: `/dar/appForAction-1.0.dar` | Yes* | |
58+
| `environmentId` | ID of the target environment in Digital.ai Deploy. <br/> It mandatory for `publish_deploy`, `create_publish_deploy` action. <br/> Example: `Environments/envForAction` | Yes* | |
59+
| `rollback` | Optional. Invoke a rollback in case of deployment failure. <br/> Example: `true` | no | `false` |

0 commit comments

Comments
 (0)