Skip to content

Commit

Permalink
GH action aurora-delete-database incorrectly sets environment variabl…
Browse files Browse the repository at this point in the history
…es for aurora_delete.sh. Fixes #750

Signed-off-by: Ryan Emerson <[email protected]>
  • Loading branch information
ryanemerson committed Mar 28, 2024
1 parent e2c81d7 commit ff2be5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/aurora-delete-database/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
working-directory: provision/aws/rds
env:
AURORA_CLUSTER: ${{ inputs.name }}
AWS_REGION: ${{ inputs.region }}
AURORA_REGION: ${{ inputs.region }}

0 comments on commit ff2be5a

Please sign in to comment.