diff --git a/.github/workflows/auto-license-report.yml b/.github/workflows/auto-license-report.yml index f29f7d52815c..bfc04b905a9f 100644 --- a/.github/workflows/auto-license-report.yml +++ b/.github/workflows/auto-license-report.yml @@ -43,7 +43,7 @@ jobs: - id: create-patch name: Create patch file run: | - git add -N licenses + git add -N --ignore-removal licenses git diff > patch if [ -s patch ]; then echo "exists=true" >> "$GITHUB_OUTPUT"