diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 6ff53cff..45ccd90d 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v1 + - uses: actions/setup-node@master with: node-version: 12 - run: npx github-stats-box @@ -17,6 +17,6 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets # Edit the following environment variables - GIST_ID: d6d145b057ccda9abd1e36a581f2c096 # The ID portion from your gist url + GIST_ID: 1cc900d92b9acc15786d7553b46a2cdf # The ID portion from your gist url ALL_COMMITS: true # If `true` it will count all commits, if `false` it will count your last year commits - K_FORMAT: true # If `true`, large numbers will be formatted with a "k", for example "1.5k" + K_FORMAT: false # If `true`, large numbers will be formatted with a "k", for example "1.5k"