From d5d92919e0d8f622779780bb9564222d6a0e9770 Mon Sep 17 00:00:00 2001 From: angiejones Date: Mon, 20 Oct 2025 19:45:29 -0700 Subject: [PATCH] fixing syntax --- .github/workflows/update-health-dashboard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-health-dashboard.yml b/.github/workflows/update-health-dashboard.yml index 26edf9fb..c919282f 100644 --- a/.github/workflows/update-health-dashboard.yml +++ b/.github/workflows/update-health-dashboard.yml @@ -73,10 +73,11 @@ jobs: // Format the dashboard markdown const timestamp = new Date().toUTCString(); + const formattedDate = new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' }); const dashboardBody = `# GitHub Health -**Updated:** ${new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })} +**Updated:** ${formattedDate} ## Issues