Skip to content

Commit 35e6070

Browse files
committed
Hopefully fixed pip audit workflow.
1 parent 5f6860a commit 35e6070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
;;
107107
esac
108108
done
109-
for aud in "${{steps.download.outputs.download-path}}"/audit-report*.md ; do
109+
for aud in "${{steps.download.outputs.download-path}}"/audit-report-*.md ; do
110110
case "$aud" in
111111
*/audit-report-\*.md)
112112
break

0 commit comments

Comments
 (0)