Skip to content

Commit 3970197

Browse files
Update .github/workflows/security.yml
Co-authored-by: Copilot <[email protected]>
1 parent cec076d commit 3970197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "## Outdated Dependencies" >> $GITHUB_STEP_SUMMARY
5151
echo "" >> $GITHUB_STEP_SUMMARY
5252
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
53-
npm outdated || true >> $GITHUB_STEP_SUMMARY
53+
npm outdated >> $GITHUB_STEP_SUMMARY || true
5454
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
5555
continue-on-error: true
5656

0 commit comments

Comments
 (0)