Browse Source

chore: chormatic workflow actions/checkout setting

zhangyumei.0319 11 months ago
parent
commit
4f3fb329a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/chromatic.yml

+ 2 - 0
.github/workflows/chromatic.yml

@@ -30,6 +30,8 @@ jobs:
         # Job steps
         steps:
             - uses: actions/checkout@v4
+              with:
+                  fetch-depth: 0
             - uses: actions/setup-node@v4
               with:
                   node-version: '20'