From c522c00d2534a74cf40a43fb6dd9e9236b283af7 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:44:54 +0100 Subject: [PATCH] add comparison to master branch --- .github/workflows/MLPipelinePullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MLPipelinePullRequest.yml b/.github/workflows/MLPipelinePullRequest.yml index 8d1b8ce..4e113dd 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -75,7 +75,7 @@ jobs: echo "## Model metrics" > report.md # Compare metrics to master - git fetch --depth=1 origin master:maste + git fetch --depth=1 origin master:master dvc metrics diff --show-md master >> report.md # # echo "## Residuals plot from model" >> report.md