diff --git a/.github/workflows/actions/lambda-deploy/action.yml b/.github/workflows/actions/lambda-deploy/action.yml index 7e8d2c2..c755e79 100644 --- a/.github/workflows/actions/lambda-deploy/action.yml +++ b/.github/workflows/actions/lambda-deploy/action.yml @@ -9,10 +9,10 @@ inputs: description: "Path to Dockerfile" required: true ecr_tf_dir: - description: "Path to ECR terrform directory" + description: "Path to ECR terraform directory" required: true lambda_tf_dir: - description: "Path to Lambda terrform directory" + description: "Path to Lambda terraform directory" required: true aws-access-key-id: description: "AWS access key" @@ -59,7 +59,6 @@ runs: docker push $IMAGE_URI - name: Deploy Lambda - shell: bash uses: ./.github/workflows/actions/terraform-deploy with: working_directory: ${{ inputs.lambda_tf_dir }}