Skip to content

Commit

Permalink
chromaticのエラー修正 (#29)
Browse files Browse the repository at this point in the history
* chore

* fetch-depth修正
  • Loading branch information
hulk510 committed Dec 7, 2023
1 parent f95c166 commit 940a46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand All @@ -67,4 +69,4 @@ jobs:
uses: chromaui/action@2f12dc37555ffc9ed980d883e96b6d03724a2d6a # v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./apps/storybook
workingDir: apps/storybook

0 comments on commit 940a46d

Please sign in to comment.