From d4cc975ba94be31db7dc2a729c7539f73b5d6fbe Mon Sep 17 00:00:00 2001 From: Anupam Date: Sat, 15 Jun 2024 04:49:02 +0530 Subject: [PATCH] feat: removed the old required params for gcp auth stage --- .github/workflows/gitops.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitops.yml b/.github/workflows/gitops.yml index a95f4de..f7c307e 100644 --- a/.github/workflows/gitops.yml +++ b/.github/workflows/gitops.yml @@ -137,10 +137,10 @@ jobs: - name: Notify success if: success() # this step runs only if the previous steps succeeded. - run: echo "" + run: echo "[SUCCESS] The build is successful without any errors." - name: Notify failure if: failure() # this step runs only if any of the previous steps failed. run: | - echo "[FAILED]: This job has been failed due to earlier errors." + echo "[FAILED] This job has been failed due to earlier errors." echo "An eamil notification can be setup later sometime." \ No newline at end of file