diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 588e239..2c45fdb 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -76,7 +76,7 @@ jobs: echo "## Model metrics" > report.md # Compare metrics to master - git fetch --depth=1 origin master:master + git fetch origin master dvc metrics diff --md master >> report.md cml comment create report.md