Skip to content

Commit ae291ad

Browse files
committed
chore: update filename
1 parent f357200 commit ae291ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
RUN_URL="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
5252
5353
# Read the first 50 lines to prevent blowing up the issue body if it's massive
54-
CSV_PREVIEW=$(head -n 50 scanner_output.csv)
54+
CSV_PREVIEW=$(head -n 50 version_scanner_output.csv)
5555
5656
BODY="The [Version Scanner]($RUN_URL) found deprecated dependencies in the repository.
5757

0 commit comments

Comments
 (0)