Skip to content

Commit 526735a

Browse files
Define targets with bash shell (#427)
1 parent a44dd16 commit 526735a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oracle-db-password-rotation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
- name: Define Targets
198198
id: definetargets
199199
working-directory: ${{ env.inventory }}
200+
shell: bash
200201
run: |
201202
targets=""
202203
TargetEnvironment="${{ needs.oracle_password_preparation.outputs.TargetEnvironment }}"

0 commit comments

Comments
 (0)