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 fcde457 commit d9e72adCopy full SHA for d9e72ad
.github/workflows/ci.yaml
@@ -921,7 +921,7 @@ jobs:
921
env:
922
VULNERABLE_CHANGES: ${{ steps.review.outputs.invalid-license-changes }}
923
run: |
924
- if [ -n "$VULNERABLE_CHANGES ]; then
+ if [ -n "$VULNERABLE_CHANGES" ]; then
925
echo "Invalid or unknown licenses detected, contact sreya to ensure your added dependency falls under one of our allowed licenses."
926
echo "$VULNERABLE_CHANGES" | jq
927
exit 1
0 commit comments