Skip to content

Commit 224670e

Browse files
fix(ci): label the failure-report log region as excerpt not tail
The shown region is a failure-anchored excerpt, not the tail. Signed-off-by: Joshua Temple <waitingtables@gmail.com>
1 parent 63a5f55 commit 224670e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/drift-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
parts.push('', 'Annotations:', '', fence(annText));
285285
}
286286
if (jobLog.region) {
287-
parts.push('', '<details><summary>log tail</summary>', '', fence(jobLog.region), '', '</details>');
287+
parts.push('', '<details><summary>log excerpt</summary>', '', fence(jobLog.region), '', '</details>');
288288
}
289289
if (job.html_url) { parts.push('', `[Full job log](${job.html_url})`); }
290290
sections.push(parts.join('\n'));

0 commit comments

Comments
 (0)