git config
This commit is contained in:
parent
37da8f7bf5
commit
cab60cbda4
5
.github/workflows/push-cs-update.yml
vendored
5
.github/workflows/push-cs-update.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user