diff --git a/.github/workflows/lambda_main.yml b/.github/workflows/lambda_main.yml index 211f8d5..fdea659 100644 --- a/.github/workflows/lambda_main.yml +++ b/.github/workflows/lambda_main.yml @@ -11,6 +11,8 @@ jobs: shared-lambda-terraform: runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v4 - name: Deploy shared Lambda Config Terraform uses: ./.github/actions/terraform-deploy with: @@ -24,6 +26,8 @@ jobs: contents: read steps: + - name: Checkout repo + uses: actions/checkout@v4 - name: Build and deploy Lambda example uses: ./.github/actions/lambda-deploy with: @@ -39,6 +43,8 @@ jobs: contents: read steps: + - name: Checkout repo + uses: actions/checkout@v4 - name: Build and deploy Extractor & Loader Lambda uses: ./.github/actions/lambda-deploy with: