mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test basic command
This commit is contained in:
parent
8006aff7cc
commit
0dc27801a5
1 changed files with 3 additions and 6 deletions
9
.github/workflows/MLPipelinePostMerge.yml
vendored
9
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue