diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 9f9fd97..a9b0d95 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -70,13 +70,10 @@ jobs: # REGISTER_MODEL_NAME=$(echo ${{ github.event.pull_request.head.ref }} | awk -F"-" '{print $1}') REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}') - git config user.name "Michael Duong" - git config user.email "michael123ster@gmail.com" + git config user.name "Github-Bot" + git config user.email "Github-Bot@no-reply.com" - # git config user.name "Github-Bot" - # git config user.email "Github-Bot@no-reply.com" - - gto register test + gto register test --force --push # echo "chicken" >> test.md # git fetch --prune