diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e1d3351f86..aca7c44b1b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -20,7 +20,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 with: - fetch-depth: 0 # In order for Chromatic to correctly determine baseline commits, tot access the full Git history graph. + fetch-depth: 0 # In order for Chromatic to correctly determine baseline commits, tot access the full Git history graph. - name: Install Node.js uses: actions/setup-node@v4 with: