mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
try v4
This commit is contained in:
parent
3afc2d605d
commit
b5464d2856
1 changed files with 2 additions and 6 deletions
8
.github/workflows/MLPipelinePostMerge.yml
vendored
8
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -68,11 +68,7 @@ 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 "Github-Bot"
|
||||
git config user.email "Github-Bot"
|
||||
|
||||
git fetch origin
|
||||
git merge origin/master
|
||||
git pull
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
|
||||
gto register ${REGISTER_MODEL_NAME}
|
||||
gto assign ${REGISTER_MODEL_NAME} --stage dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue