Skip to content

Commit

Permalink
fix(ci): ci execute failed
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed May 6, 2022
1 parent 5d618e1 commit 3fe853d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install changed package dependencies and build packages
run: |-
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install dependencies
run: |-
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-web-dev-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-web-dev-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-web-prod-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-web-prod-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: pnpm/action-setup@v2.2.1
with:
version: 7.0.0
run_install: null

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3fe853d

Please sign in to comment.