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 authored and ahus1 committed Apr 2, 2024
1 parent 9e59dfb commit 23965bf
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 23965bf

Please sign in to comment.