From 8d20b78bc9ccc8745d9a30f49fee00c749456f21 Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Wed, 17 Sep 2025 17:48:01 +0200 Subject: [PATCH] Fix diffing in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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