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 f4a8c17 commit a9cde98Copy full SHA for a9cde98
markdown-link-check/action.yml
@@ -34,7 +34,7 @@ runs:
34
current_file=""
35
files=()
36
summaries=()
37
- in_summary_section=0 # Flag to indicate if we are in the summary section
+ in_summary_section=0
38
39
# Process output line by line
40
while IFS= read -r line; do
@@ -49,6 +49,7 @@ runs:
49
in_summary_section=1
50
# Start new summary for this file
51
files+=("$current_file")
52
+ summaries+=("Details:")
53
fi
54
55
# Collect summary content
0 commit comments