diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0d292f..0081ad7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: run: | echo '```diff' > diff.md diff --ignore-all-space --minimal --new-file --recursive \ - main/generated \ + main/cli/generated \ branch/cli/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1 echo -e '\n```' >> diff.md