From d3e6fdf6f5fcb3db2f7a2db4b82e7d11c31387e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=C2=AA=20Fern=C3=A1ndez?= Date: Mon, 20 Jan 2025 04:24:04 +0100 Subject: [PATCH] (Hopefully) fixed issue gathering all the auditing reports for the pull request body generation --- .github/workflows/pip-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 2e4d807..9015b77 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -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 ;; *)