We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf9d54 commit 5c4da2dCopy full SHA for 5c4da2d
1 file changed
.github/workflows/App-Service-with-Cosmos_AZD-template.yaml
@@ -1,8 +1,20 @@
1
-name: App-Service-with-Cosmos_AZD-template.yaml
+name: App-Service-with-Cosmos_AZD-template
2
3
on:
4
workflow_dispatch:
5
inputs:
6
+ ade-lifecycle-hook:
7
+ description: 'ADE Deploy Lifecycle Hook'
8
+ required: true
9
+ default: "deploy"
10
+ type: choice
11
+ options:
12
+ - "deploy"
13
+ - "destroy"
14
+ ade-prefix:
15
+ description: 'ADE Prefix Name'
16
17
+ type: string
18
RepositoryUrl:
19
description: 'Path the the application source code'
20
required: true
@@ -21,4 +33,3 @@ on:
21
33
- "python"
22
34
- "nodejs"
23
35
- "java"
24
-
0 commit comments