diff --git a/.github/workflows/chromatic-report.yml b/.github/workflows/chromatic-report.yml index c81236e..cce2e6e 100644 --- a/.github/workflows/chromatic-report.yml +++ b/.github/workflows/chromatic-report.yml @@ -2,7 +2,7 @@ name: Chromatic Report on: workflow_run: - workflows: ["Chromatic"] + workflows: ["Chromatic Deployment"] types: - completed diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 0b5c6e7..a5f74e4 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -27,7 +27,10 @@ jobs: node-version: ${{ steps.nvm.outputs.NVMRC }} - name: Corepack Enable run: corepack enable - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - run: yarn #👇 Adds Chromatic as a step in the workflow - uses: chromaui/action@v1