Skip to content

Commit 675a9d1

Browse files
committed
Missing dollar
1 parent 19f747e commit 675a9d1

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
@@ -149,5 +149,5 @@ jobs:
149149
ln -s $PWD/roles/ansible/roles $PWD/operations/playbooks/oracle_release_update/roles
150150
$command -i $inventory -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} \
151151
-e target_hosts="${{ steps.preparetargetname.outputs.TargetHost }}" \
152-
-e oracle_grid_oracle_home="{{ github.event.inputs.GridHome }}" \
153-
-e oracle_database_oracle_home="{{ github.event.inputs.DatabaseHome }}" ${{ github.event.inputs.VerboseOutput }}
152+
-e oracle_grid_oracle_home="${{ github.event.inputs.GridHome }}" \
153+
-e oracle_database_oracle_home="${{ github.event.inputs.DatabaseHome }}" ${{ github.event.inputs.VerboseOutput }}

0 commit comments

Comments
 (0)