We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e65aa commit 8d20b78Copy full SHA for 8d20b78
.github/workflows/ci.yaml
@@ -123,7 +123,7 @@ jobs:
123
run: |
124
echo '```diff' > diff.md
125
diff --ignore-all-space --minimal --new-file --recursive \
126
- main/generated \
+ main/cli/generated \
127
branch/cli/generated | dd bs=1024 count=30 >> diff.md || true # We ignore diff exiting with a 1
128
echo -e '\n```' >> diff.md
129
0 commit comments