Skip to content

Commit

Permalink
Updating bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Oct 9, 2023
1 parent 2e92800 commit 2668748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
AWS_REGION: ${{ inputs.AWS_REGION }}
run: |
if ! aws s3 ls "s3://$BUCKET_NAME" 2>/dev/null; then
aws s3api create-bucket --bucket "$BUCKET_NAME" --region ${AWS_REGION}
aws s3api create-bucket --bucket "$BUCKET_NAME" --region ${{ inputs.AWS_REGION }}
echo "Bucket '$BUCKET_NAME' created successfully"
else
echo "Bucket '$BUCKET_NAME' already exists."
Expand Down

0 comments on commit 2668748

Please sign in to comment.