diff --git a/.github/workflows/deploy-lambda.yml b/.github/workflows/deploy-lambda.yml index b3b5669..1327786 100644 --- a/.github/workflows/deploy-lambda.yml +++ b/.github/workflows/deploy-lambda.yml @@ -5,7 +5,7 @@ name: CI on: push: branches: - - "serverless" + - "updatelambdas" workflow_dispatch: permissions: @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: serverless + ref: updatelambdas # Check out the schema repo to package up the JSON schema with lambda function @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: serverless + ref: updatelambdas # Check out the schema repo to package up the JSON schemae with function - name: Checkout schema repo @@ -108,7 +108,7 @@ jobs: build-args: LAMBDA_SCRIPT=${{ matrix.lambda }} - name: Update lambda functions w/ the new containers - uses: ericblau/deploy-lambda-action@v0 + uses: materials-data-facility/deploy-lambda-action@v0 with: function-name: MDF-Connect-${{ matrix.lambda }}-test image-uri: ${{ steps.login-ecr.outputs.registry }}/mdf-lambdas/${{ matrix.lambda }}:test