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 cec076d commit 3970197Copy full SHA for 3970197
.github/workflows/security.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "## Outdated Dependencies" >> $GITHUB_STEP_SUMMARY
51
echo "" >> $GITHUB_STEP_SUMMARY
52
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
53
- npm outdated || true >> $GITHUB_STEP_SUMMARY
+ npm outdated >> $GITHUB_STEP_SUMMARY || true
54
55
continue-on-error: true
56
0 commit comments