Skip to content

Commit

Permalink
CI: Update dvc's argument --show-md to --md for dvc 3.x (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jun 22, 2023
1 parent a5acdfa commit 857472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 857472e

Please sign in to comment.