Skip to content

Commit a9cde98

Browse files
committed
optimize
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent f4a8c17 commit a9cde98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

markdown-link-check/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
current_file=""
3535
files=()
3636
summaries=()
37-
in_summary_section=0 # Flag to indicate if we are in the summary section
37+
in_summary_section=0
3838
3939
# Process output line by line
4040
while IFS= read -r line; do
@@ -49,6 +49,7 @@ runs:
4949
in_summary_section=1
5050
# Start new summary for this file
5151
files+=("$current_file")
52+
summaries+=("Details:")
5253
fi
5354
5455
# Collect summary content

0 commit comments

Comments
 (0)