From a61b763821c3d40186a0b47e0b5401c185dafbf8 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 22 Jun 2023 22:01:52 +0800 Subject: [PATCH] CI: Update dvc's argument --show-md to --md for dvc 3.x --- .github/workflows/dvc-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dvc-diff.yml b/.github/workflows/dvc-diff.yml index 7ba481b8a65..64be25cfaeb 100644 --- a/.github/workflows/dvc-diff.yml +++ b/.github/workflows/dvc-diff.yml @@ -65,7 +65,7 @@ jobs: # Pull image data from cloud storage dvc pull --remote upstream - dvc diff --show-md main HEAD >> report.md + dvc diff --md main HEAD >> report.md # Get just the filename of the added and modified image from the report awk 'NF==5 && NR>=7 && $2=="added" {print $4}' report.md > added_files.txt