git config

This commit is contained in:
Sahil Ahuja 2025-02-04 17:32:14 +05:30
parent 37da8f7bf5
commit cab60cbda4

View File

@ -47,7 +47,12 @@ jobs:
DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }} DOCKER_BASE=${{ steps.read-issue.outputs.DOCKER_BASE }}
REPOLIST=./.github/repolist.txt REPOLIST=./.github/repolist.txt
pwd; ls -al; pwd; ls -al;
cd cs; cd cs;
../deploy-tools/src/repo_to_cs.sh -m $DOCKER_BASE -t $BUILD_ID -r $REPOLIST ../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 origin main
git push --tags origin main git push --tags origin main