Skip to content

Commit 001da4a

Browse files
committed
Typo
1 parent 46bac0b commit 001da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Start Oracle Patching
134134
run: |
135135
$command -i $inventory \
136-
-e target_host=${{needs.build_target_name.outputs.TargetHost}} \
136+
-e target_hosts=${{needs.build_target_name.outputs.TargetHost}} \
137137
-e install_absent_patches=${{ github.event.inputs.InstallAbsentPatches }} \
138138
-e requested_patch_id=${{ github.event.inputs.PatchId }} \
139139
-e only_patch_offline=${{ github.event.inputs.OnlyPatchOffline }}

0 commit comments

Comments
 (0)