From cab60cbda465d3c9bfe55c0f85c9348a5086ff37 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Tue, 4 Feb 2025 17:32:14 +0530 Subject: [PATCH] git config --- .github/workflows/push-cs-update.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/push-cs-update.yml b/.github/workflows/push-cs-update.yml index 9ba06f5..a70eff6 100644 --- a/.github/workflows/push-cs-update.yml +++ b/.github/workflows/push-cs-update.yml @@ -47,7 +47,12 @@ jobs: DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }} REPOLIST=./.github/repolist.txt pwd; ls -al; + cd cs; ../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST + + git config --global user.name 'bot-build' + git config --global user.email 'techbots+build@gmetri.com' + git push origin main git push --tags origin main