Skip to content

Commit

Permalink
Adjust action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Oct 27, 2023
1 parent 58b0fd5 commit c2ea94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/security-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ runs:
echo -e "## Created Security Issue\n" >> $GITHUB_STEP_SUMMARY
cat created.txt >> $GITHUB_STEP_SUMMARY
echo -e "## Filtered Security Issue\n" >> $GITHUB_STEP_SUMMARY
tail -n +2 filtered.txt | grep .
tail -n +2 filtered.txt | grep . >> $GITHUB_STEP_SUMMARY

0 comments on commit c2ea94f

Please sign in to comment.