mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test debug
This commit is contained in:
parent
1e0fd4f572
commit
605ec69781
1 changed files with 8 additions and 0 deletions
8
.github/workflows/MLPipelinePostMerge.yml
vendored
8
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -73,6 +73,14 @@ jobs:
|
|||
REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
|
||||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
|
||||
echo "chicken" >> test.md
|
||||
|
||||
git add .
|
||||
git commit -m "test"
|
||||
|
||||
git push
|
||||
|
||||
git branch
|
||||
git tag
|
||||
git remote show origin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue