Skip to content

Commit

Permalink
docs: added comment describing commitFile function
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipkatel committed May 24, 2024
1 parent 5055b27 commit 46717d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', '[email protected]']);
await execCmd('git', ['config', '--global', 'user.name', 'profile-summary-cards[bot]']);
Expand Down

0 comments on commit 46717d5

Please sign in to comment.