We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf93ba commit c95561cCopy full SHA for c95561c
.github/workflows/gh_statistics_bot.yml
@@ -491,7 +491,7 @@ jobs:
491
`**💻 Languages:** ${languages.map(l => `${l.language} (${l.percentage}%)`).join(', ') || 'N/A'}\n\n` +
492
`**📈 Charts:** [View detailed charts on branch ${branchResult.branchName}](${branchResult.branchUrl})\n` +
493
`**📊 CSV Report:** [Download CSV file](${branchResult.csvUrl})\n` +
494
- `**� Repository:** ${context.repo.owner}/${context.repo.repo}`,
+ `**🦠 Repository:** ${context.repo.owner}/${context.repo.repo}`,
495
footer: 'Repository statistics • Generated by GitHub Actions'
496
}]
497
};
0 commit comments