From 0dc27801a56cc839dcc4fa850aea49efa2c243cb Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Tue, 12 Sep 2023 18:40:13 +0100 Subject: [PATCH] test basic command --- .github/workflows/MLPipelinePostMerge.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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