From a2bf6b937a84f4268415dda2f9280e64ac08aeed Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Tue, 12 Sep 2023 18:37:16 +0100 Subject: [PATCH] test basic command --- .github/workflows/MLPipelinePostMerge.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 76e2ad5..b0edfdf 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -71,8 +71,13 @@ jobs: REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}') gto register test - git config user.name "Github-Bot" - git config user.email "Github-Bot@no-reply.com" + 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" + + gto register test # echo "chicken" >> test.md # git fetch --prune