From cd3b059b9b3fad4d2351e2b71f98d4e5c90e9824 Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Sat, 28 Sep 2024 02:58:50 -0700 Subject: [PATCH] Testing push origin branchname --- .github/workflows/reusable_image_build_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_image_build_push.yml b/.github/workflows/reusable_image_build_push.yml index e37a671e8..0b73eafaf 100644 --- a/.github/workflows/reusable_image_build_push.yml +++ b/.github/workflows/reusable_image_build_push.yml @@ -89,7 +89,7 @@ jobs: else git add .env git commit -m "Updated docker image tags in .env file to the latest timestamp" - git push https://${{ secrets.GH_FG_PAT_TAGS }}@github.com/MukuFlash03/${{ inputs.repo }}.git HEAD:${{ inputs.branch }} - # git push origin + # git push https://${{ secrets.GH_FG_PAT_TAGS }}@github.com/MukuFlash03/${{ inputs.repo }}.git HEAD:${{ inputs.branch }} + git push origin cleanup-cicd fi cat .env