Skip to content

Commit

Permalink
Define targets with bash shell (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbeersingh1 authored Oct 15, 2024
1 parent a44dd16 commit 526735a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oracle-db-password-rotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 526735a

Please sign in to comment.