From 1eaaa6c7b6ff44fb0145e780c734a1cec2a98364 Mon Sep 17 00:00:00 2001 From: ajithvcoder Date: Tue, 5 Nov 2024 03:54:27 +0000 Subject: [PATCH] fix issue --- .github/workflows/ec2-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ec2-pipeline.yml b/.github/workflows/ec2-pipeline.yml index 3d381fb..8814706 100644 --- a/.github/workflows/ec2-pipeline.yml +++ b/.github/workflows/ec2-pipeline.yml @@ -33,7 +33,8 @@ jobs: shell: bash - name: Display the commit ID - run: echo "Latest commit ID is: ${{ env.COMMIT_ID }}" + run: | + echo "Latest commit ID is: ${{ env.COMMIT_ID }}" - name: Build, tag, and push image to Amazon ECR id: build-image