From 81e7c2a4bd954532a70638a284dc189f149e5dfb Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Fri, 16 Feb 2024 16:57:37 +0000 Subject: [PATCH] test this version --- .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 962132c..493aef9 100644 --- a/.github/workflows/MLPipelinePullRequest.yml +++ b/.github/workflows/MLPipelinePullRequest.yml @@ -98,7 +98,7 @@ jobs: git fetch --depth=1 origin ${TARGET_BRANCH}:${TARGET_BRANCH} dvc metrics diff --md --all ${TARGET_BRANCH} >> report.md - echo "## Scenario metrics" > report.md + echo "## Scenario metrics" >> report.md cat metrics/scenario_table.md >> report.md