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