mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
difference between underscore and hypen
This commit is contained in:
parent
db2d8e591f
commit
2ebd8b8ff3
1 changed files with 2 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue