We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bac0b commit 001da4aCopy full SHA for 001da4a
.github/workflows/oracle-db-patching.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Start Oracle Patching
134
run: |
135
$command -i $inventory \
136
- -e target_host=${{needs.build_target_name.outputs.TargetHost}} \
+ -e target_hosts=${{needs.build_target_name.outputs.TargetHost}} \
137
-e install_absent_patches=${{ github.event.inputs.InstallAbsentPatches }} \
138
-e requested_patch_id=${{ github.event.inputs.PatchId }} \
139
-e only_patch_offline=${{ github.event.inputs.OnlyPatchOffline }}
0 commit comments