fixing syntax
This commit is contained in:
@@ -73,10 +73,11 @@ jobs:
|
|||||||
|
|
||||||
// Format the dashboard markdown
|
// Format the dashboard markdown
|
||||||
const timestamp = new Date().toUTCString();
|
const timestamp = new Date().toUTCString();
|
||||||
|
const formattedDate = new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' });
|
||||||
|
|
||||||
const dashboardBody = `# GitHub Health
|
const dashboardBody = `# GitHub Health
|
||||||
|
|
||||||
**Updated:** ${new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })}
|
**Updated:** ${formattedDate}
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user