We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569c3da commit d42fdcbCopy full SHA for d42fdcb
‎.github/workflows/run.yml
@@ -17,6 +17,6 @@ jobs:
17
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets
18
19
# Edit the following environment variables
20
- GIST_ID: d6d145b057ccda9abd1e36a581f2c096 # The ID portion from your gist url
+ GIST_ID: 1cc900d92b9acc15786d7553b46a2cdf # The ID portion from your gist url
21
ALL_COMMITS: true # If `true` it will count all commits, if `false` it will count your last year commits
22
K_FORMAT: true # If `true`, large numbers will be formatted with a "k", for example "1.5k"
0 commit comments