From daaa3c560ff010313253b7d6cd212bb2843cfee9 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 09:20:50 +0000 Subject: [PATCH] revert changes to _deploy_lambda --- .github/workflows/_deploy_lambda.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/_deploy_lambda.yml b/.github/workflows/_deploy_lambda.yml index f883636e..bff106c5 100644 --- a/.github/workflows/_deploy_lambda.yml +++ b/.github/workflows/_deploy_lambda.yml @@ -23,10 +23,6 @@ on: required: true type: string - # environment_vars: - # required: false - # type: string - secrets: AWS_ACCESS_KEY_ID: required: true @@ -86,7 +82,7 @@ jobs: terraform plan \ -var="stage=${{ inputs.stage }}" \ -var="lambda_name=${{ inputs.lambda_name }}" \ - -var="ecr_repo_url=${{ inputs.ecr_repo }}" \ + -var="ecr_repo_url=${{ steps.repo.outputs.ecr_repo_url }}" \ -var="image_digest=${{ inputs.image_digest }}" \ -out=lambdaplan