Skip to content

Commit

Permalink
chore: remove useless env files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhanglong committed May 12, 2021
1 parent b467c98 commit fab619d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
cache-name: cache-node-modules
with:
path: ./node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}
key: ${{ runner.os }}-build-cache-node-modules-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
cache-node-modules-
- name: Run ci
run: |
Expand Down

0 comments on commit fab619d

Please sign in to comment.