Skip to content

Commit 7a9f75e

Browse files
committed
Remove comma from list options
1 parent ef7416d commit 7a9f75e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/oracle-db-deinstall.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ on:
1818
description: "Database target host"
1919
type: choice
2020
options:
21-
- "delius_primarydb",
22-
- "delius_standbydb1",
23-
- "delius_standbydb2",
24-
- "delius_standbydb1,delius_standbydb2",
25-
- "delius_dbs",
26-
- "mis_primarydb",
27-
- "mis_standbydb1",
28-
- "mis_dbs",
29-
- "misboe_primarydb",
30-
- "misboe_standbydb1",
31-
- "misboe_dbs",
32-
- "misdsd_primarydb",
33-
- "misdsd_standbydb1",
21+
- "delius_primarydb"
22+
- "delius_standbydb1"
23+
- "delius_standbydb2"
24+
- "delius_standbydb1,delius_standbydb2"
25+
- "delius_dbs"
26+
- "mis_primarydb"
27+
- "mis_standbydb1"
28+
- "mis_dbs"
29+
- "misboe_primarydb"
30+
- "misboe_standbydb1"
31+
- "misboe_dbs"
32+
- "misdsd_primarydb"
33+
- "misdsd_standbydb1"
3434
- "misdsd_dbs"
3535
GridHome:
3636
description: "Oracle Grid Infrastructure Home to Deinstall"

0 commit comments

Comments
 (0)