Skip to content

Commit c0c3c5a

Browse files
committed
🎉 start with my gist and set large-number-format
1 parent ca92eb8 commit c0c3c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/run.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets
1818

1919
# Edit the following environment variables
20-
GIST_ID: 1cc900d92b9acc15786d7553b46a2cdf # The ID portion from your gist url
20+
GIST_ID: d6d145b057ccda9abd1e36a581f2c096 # The ID portion from your gist url
2121
ALL_COMMITS: true # If `true` it will count all commits, if `false` it will count your last year commits
22-
K_FORMAT: false # If `true`, large numbers will be formatted with a "k", for example "1.5k"
22+
K_FORMAT: true # If `true`, large numbers will be formatted with a "k", for example "1.5k"

0 commit comments

Comments
 (0)