We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff6038 commit 565a5caCopy full SHA for 565a5ca
.github/workflows/auto-license-report.yml
@@ -43,6 +43,7 @@ jobs:
43
- id: create-patch
44
name: Create patch file
45
run: |
46
+ git add -N licenses
47
git diff > patch
48
if [ -s patch ]; then
49
echo "exists=true" >> "$GITHUB_OUTPUT"
0 commit comments