From 2ebd8b8ff3b560d6b05d3edc74a87f6450ccbd87 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 18 Jul 2025 14:49:18 +0000 Subject: [PATCH] difference between underscore and hypen --- .github/workflows/actions/lambda-deploy/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }}