Skip to content

Commit f4a8c17

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdown-link-check/action.yml

Lines changed: 1 addition & 2 deletions
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
37+
in_summary_section=0 # Flag to indicate if we are in the summary section
3838
3939
# Process output line by line
4040
while IFS= read -r line; do
@@ -49,7 +49,6 @@ runs:
4949
in_summary_section=1
5050
# Start new summary for this file
5151
files+=("$current_file")
52-
summaries+=("$line")
5352
fi
5453
5554
# Collect summary content

0 commit comments

Comments
 (0)