test basic command

This commit is contained in:
Michael Duong 2023-09-12 18:37:16 +01:00
parent d671de76e0
commit a2bf6b937a

View file

@ -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