Skip to content

Commit 565a5ca

Browse files
authored
Fix auto license report with new files (#14041)
1 parent 1ff6038 commit 565a5ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-license-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- id: create-patch
4444
name: Create patch file
4545
run: |
46+
git add -N licenses
4647
git diff > patch
4748
if [ -s patch ]; then
4849
echo "exists=true" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)