We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbd371 commit 2a9f7e5Copy full SHA for 2a9f7e5
.github/workflows/oracle-db-deinstall.yml
@@ -38,14 +38,14 @@ on:
38
default: "DO_NOT_DEINSTALL"
39
options:
40
- "DO_NOT_DEINSTALL"
41
- - "/u01/app/grid/product/19.0.0.0/grid"
+ - "/u01/app/grid/product/19.0.0/grid"
42
DatabaseHome:
43
description: "Oracle Database Home to Deinstall"
44
type: choice
45
46
47
48
- - "/u01/app/oracle/product/19.0.0.0/db"
+ - "/u01/app/oracle/product/19.0.0/db"
49
VerboseOutput:
50
description: "Verbose Output level"
51
0 commit comments