Skip to content

Commit

Permalink
Update licenses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored Dec 19, 2024
1 parent 639bec7 commit bfcafe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
if [[ -z $(which license-checker) ]]; then
npm install -g license-checker;
fi
echo "license-checker --production --onlyAllow \"$SPDX_ALLOWED_DELIMITED\" --unknown --out /dev/null --excludePackages $EXCLUDE_PACKAGES"
echo $(license-checker --production --onlyAllow "$SPDX_ALLOWED_DELIMITED" --unknown --out /dev/null --excludePackages $EXCLUDE_PACKAGES)
license-checker --production --onlyAllow "'$SPDX_ALLOWED_DELIMITED'" --unknown --out /dev/null --excludePackages $EXCLUDE_PACKAGES
done
echo "Passed"

0 comments on commit bfcafe2

Please sign in to comment.