Skip to content

Commit

Permalink
export TERM=xterm-color
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 1, 2024
1 parent 611c4fe commit 3f5151e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
GITHUB_owner: ${{github.repository_owner}}
FORCE_COLOR: '3'
FORCE_COLOR: true

defaults:
run:
Expand All @@ -41,11 +41,14 @@ jobs:

- name: npm
id: npm
run: npm install --save
run: |
npm install --save
- name: update
id: update
run: npm run update
run: |
export TERM=xterm-color
npm run update
- name: check
id: check
Expand Down

0 comments on commit 3f5151e

Please sign in to comment.