Skip to content

Commit

Permalink
Remove extra marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Oct 25, 2023
1 parent 7a700a3 commit 4b5690e
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 @@ -60,6 +60,6 @@ runs:
run: |
echo -e "# Summary\n" >> $GITHUB_STEP_SUMMARY
echo -e "# Filtered Security Issue\n" >> $GITHUB_STEP_SUMMARY
tail -n +2 filtered.txt | grep . | xargs -n1 echo - >> $GITHUB_STEP_SUMMARY
tail -n +2 filtered.txt | grep . | xargs -n1 echo >> $GITHUB_STEP_SUMMARY
echo -e "# Created Security Issue\n" >> $GITHUB_STEP_SUMMARY
cat created.txt | xargs -n1 echo - >> $GITHUB_STEP_SUMMARY

0 comments on commit 4b5690e

Please sign in to comment.