File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 77GITHUB="<github_token>"
88GITHUB_USERNAME="<github_username>"
99
10+ DESCRIPTION="Your description"
11+
1012WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
1113WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
1214
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ export class WidgetService {
100100
101101 json = {
102102 name : github_data . data . user ?. name ?? 'n/a' ,
103+ description : process . env . DESCRIPTION ,
103104 followers : github_data . data . user ?. followers ?. totalCount ?? 'n/a' ,
104105 total_stars : github_data . data . user ?. repositories ?. totalCount ?? 'n/a' ,
105106 top_repos : top_repos ?? 'n/a' ,
You can’t perform that action at this time.
0 commit comments