We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b5677 commit f4a8c17Copy full SHA for f4a8c17
markdown-link-check/action.yml
@@ -34,7 +34,7 @@ runs:
34
current_file=""
35
files=()
36
summaries=()
37
- in_summary_section=0
+ in_summary_section=0 # Flag to indicate if we are in the summary section
38
39
# Process output line by line
40
while IFS= read -r line; do
@@ -49,7 +49,6 @@ runs:
49
in_summary_section=1
50
# Start new summary for this file
51
files+=("$current_file")
52
- summaries+=("$line")
53
fi
54
55
# Collect summary content
0 commit comments