Skip to content

Commit db7de33

Browse files
committed
diff fix
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 5487a27 commit db7de33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reorder-versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
cat versions.sorted.json
5959
shell: bash
6060

61-
- name: Show the diff
61+
- name: Show diff
6262
run: |
63-
git diff versions.json versions.sorted.json || true
63+
diff -u versions.json versions.sorted.json || true
6464
shell: bash
6565

6666
- name: Replace versions.json

0 commit comments

Comments
 (0)