From b1c898035c260745e5e846cdafdcfb022d487723 Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Tue, 3 Sep 2024 11:45:57 -0500 Subject: [PATCH] Update summary.ts correct max length --- src/summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary.ts b/src/summary.ts index b2089b5..d558dde 100644 --- a/src/summary.ts +++ b/src/summary.ts @@ -10,7 +10,7 @@ const icons = { warning: '⚠️' } -export const MAX_SUMMARY_LENGTH = 1024 +export const MAX_SUMMARY_LENGTH = 1048576 // 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