Skip to content

Commit 857472e

Browse files
authored
CI: Update dvc's argument --show-md to --md for dvc 3.x (#2583)
1 parent a5acdfa commit 857472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dvc-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Pull image data from cloud storage
6767
dvc pull --remote upstream
68-
dvc diff --show-md main HEAD >> report.md
68+
dvc diff --md main HEAD >> report.md
6969
7070
# Get just the filename of the added and modified image from the report
7171
awk 'NF==5 && NR>=7 && $2=="added" {print $4}' report.md > added_files.txt

0 commit comments

Comments
 (0)