Skip to content

Commit

Permalink
feat: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-lai-57blocks committed Oct 7, 2023
1 parent e1eeedc commit 4579f5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/react-starter-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
token: ${{ secrets.BUILD_PAT }}

- name: Set-up node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
token: ${{ secrets.BUILD_PAT }}

- name: Set-up node
uses: actions/setup-node@v3
Expand All @@ -68,7 +66,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-cache-folder-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}
key: yarn-cache-folder-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
yarn-cache-folder-
Expand Down

0 comments on commit 4579f5b

Please sign in to comment.