From 8c65c81761eb3f86c7a43f69a8c485eae206cf47 Mon Sep 17 00:00:00 2001 From: ajithvcoder Date: Mon, 4 Nov 2024 02:59:21 +0000 Subject: [PATCH] change workflow --- .github/workflows/ec2-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ec2-pipeline.yml b/.github/workflows/ec2-pipeline.yml index d70e474..7499620 100644 --- a/.github/workflows/ec2-pipeline.yml +++ b/.github/workflows/ec2-pipeline.yml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 1 - name: Authenticate with AWS ECR uses: aws-actions/configure-aws-credentials@v4