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 2022800 commit ec6b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
if [[ -z $(which license-checker) ]]; then
npm install -g license-checker;
fi
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 ec6b962

Please sign in to comment.