From 431ce2fe42665123177e26b9510dbcbd315cdae8 Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Tue, 3 Sep 2024 10:47:30 -0500 Subject: [PATCH] Update summary.ts --- src/summary.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/summary.ts b/src/summary.ts index dc22ee2..b2089b5 100644 --- a/src/summary.ts +++ b/src/summary.ts @@ -10,6 +10,8 @@ const icons = { warning: '⚠️' } +export const MAX_SUMMARY_LENGTH = 1024 + // generates the DR report summmary and caches it to the Action's core.summary. // returns the DR summary string, ready to be posted as a PR comment if the // final DR report is too large