We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5acdfa commit 857472eCopy full SHA for 857472e
.github/workflows/dvc-diff.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Pull image data from cloud storage
67
dvc pull --remote upstream
68
- dvc diff --show-md main HEAD >> report.md
+ dvc diff --md main HEAD >> report.md
69
70
# Get just the filename of the added and modified image from the report
71
awk 'NF==5 && NR>=7 && $2=="added" {print $4}' report.md > added_files.txt
0 commit comments