From 526735a3f066ea07a76126180be647316d9d562f Mon Sep 17 00:00:00 2001 From: ranbeersingh1 <43067999+ranbeersingh1@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:49:46 +0100 Subject: [PATCH] Define targets with bash shell (#427) --- .github/workflows/oracle-db-password-rotation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/oracle-db-password-rotation.yml b/.github/workflows/oracle-db-password-rotation.yml index 993f19fb..2b2e5a6f 100644 --- a/.github/workflows/oracle-db-password-rotation.yml +++ b/.github/workflows/oracle-db-password-rotation.yml @@ -197,6 +197,7 @@ jobs: - name: Define Targets id: definetargets working-directory: ${{ env.inventory }} + shell: bash run: | targets="" TargetEnvironment="${{ needs.oracle_password_preparation.outputs.TargetEnvironment }}"