Skip to content

Commit 8d20b78

Browse files
committed
Fix diffing in CI
1 parent f7e65aa commit 8d20b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
echo '```diff' > diff.md
125125
diff --ignore-all-space --minimal --new-file --recursive \
126-
main/generated \
126+
main/cli/generated \
127127
branch/cli/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1
128128
echo -e '\n```' >> diff.md
129129

0 commit comments

Comments
 (0)