diff --git a/.github/workflows/promote-keb-to-dev.yaml b/.github/workflows/promote-keb-to-dev.yaml index 4ad7afe627..4bae53cb52 100644 --- a/.github/workflows/promote-keb-to-dev.yaml +++ b/.github/workflows/promote-keb-to-dev.yaml @@ -92,7 +92,7 @@ jobs: - name: Check changes working-directory: management-plane-charts run: | - changes=$(git diff --shortstat) + changes=$(git diff --ignore-space-change --shortstat) echo "$changes" if [[ "$changes" != *"3 insertions(+), 3 deletions(-)"* ]]; then echo "Expected 3 insertions and 3 deletions, but found different changes."