From 28c14b9398b362cf833d253cae18c9c61cb880df Mon Sep 17 00:00:00 2001 From: Sandip Katel <078bct077.sandip@pcampus.edu.np> Date: Tue, 28 May 2024 08:39:26 +0545 Subject: [PATCH] docs: added comment describing commitFile function (#187) --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index c37bdf982..5e2607093 100644 --- a/src/app.ts +++ b/src/app.ts @@ -25,6 +25,7 @@ const execCmd = (cmd: string, args: string[] = []) => app.on('error', reject); }); +//ProfileSummaryCardsTemplate const commitFile = async () => { await execCmd('git', ['config', '--global', 'user.email', 'profile-summary-cards-bot@example.com']); await execCmd('git', ['config', '--global', 'user.name', 'profile-summary-cards[bot]']);