From cfa63b41da66331f9470ef6eb9a309632da59a66 Mon Sep 17 00:00:00 2001 From: Jam Balaya Date: Wed, 25 Sep 2024 21:32:32 +0900 Subject: [PATCH] chore(workflow): typo `popular-prs.ts` path --- .github/actions/next-repo-actions/src/popular-prs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/next-repo-actions/src/popular-prs.ts b/.github/actions/next-repo-actions/src/popular-prs.ts index 210d44bd426bb..088ac0f2125b9 100644 --- a/.github/actions/next-repo-actions/src/popular-prs.ts +++ b/.github/actions/next-repo-actions/src/popular-prs.ts @@ -39,7 +39,7 @@ async function run() { const blocks = BlockCollection([ Section({ - text: `*A list of the top ${count} PRs sorted by the most reactions (> 1) over the last 90 days.*\n_Note: This :github2: will run every Monday at 10AM UTC (6AM EST)._`, + text: `*A list of the top ${count} PRs sorted by the most reactions (> 1) over the last 90 days.*\n_Note: This :github2: will run every Monday at 10AM UTC (6AM EST)._`, }), Divider(), Section({