File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
run :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/setup-node@v1
12
+ - uses : actions/setup-node@master
13
13
with :
14
- node-version : 12
14
+ node-version : 16
15
15
- run : npx github-stats-box
16
16
env :
17
17
GH_TOKEN : ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets
18
18
19
19
# Edit the following environment variables
20
- GIST_ID : d6d145b057ccda9abd1e36a581f2c096 # The ID portion from your gist url
20
+ GIST_ID : 1cc900d92b9acc15786d7553b46a2cdf # The ID portion from your gist url
21
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"
22
+ K_FORMAT : false # If `true`, large numbers will be formatted with a "k", for example "1.5k"
You can’t perform that action at this time.
0 commit comments