Skip to content

Commit

Permalink
(Hopefully) fixed issue gathering all the auditing reports for the pu…
Browse files Browse the repository at this point in the history
…ll request body generation
  • Loading branch information
jmfernandez committed Jan 20, 2025
1 parent da2acb9 commit d3e6fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jobs:
;;
esac
done
for aud in "${{steps.download.outputs.download-path}}"/audit-*.txt ; do
for aud in "${{steps.download.outputs.download-path}}"/audit-report*.md ; do
case "$aud" in
*/audit-\*.txt)
*/audit-report-\*.md)
break
;;
*)
Expand Down

0 comments on commit d3e6fdf

Please sign in to comment.