diff --git a/.github/workflows/e2e-tests-full.yml b/.github/workflows/e2e-tests-full.yml index c95500df..14809a58 100644 --- a/.github/workflows/e2e-tests-full.yml +++ b/.github/workflows/e2e-tests-full.yml @@ -91,6 +91,10 @@ jobs: with: node-version: '20.x' cache: 'npm' + - name: Configure git + run: | + git config --global user.email "ci@amazon.com" + git config --global user.name "CI" - uses: astral-sh/setup-uv@v7 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6