Skip to content

Commit 2a9f7e5

Browse files
committed
Correct home names
1 parent 5fbd371 commit 2a9f7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ on:
3838
default: "DO_NOT_DEINSTALL"
3939
options:
4040
- "DO_NOT_DEINSTALL"
41-
- "/u01/app/grid/product/19.0.0.0/grid"
41+
- "/u01/app/grid/product/19.0.0/grid"
4242
DatabaseHome:
4343
description: "Oracle Database Home to Deinstall"
4444
type: choice
4545
default: "DO_NOT_DEINSTALL"
4646
options:
4747
- "DO_NOT_DEINSTALL"
48-
- "/u01/app/oracle/product/19.0.0.0/db"
48+
- "/u01/app/oracle/product/19.0.0/db"
4949
VerboseOutput:
5050
description: "Verbose Output level"
5151
type: choice

0 commit comments

Comments
 (0)