From 19a46c27b4f37d27c58130b98f2b51d57f3a2fb3 Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Thu, 14 Nov 2024 17:38:34 +0100 Subject: [PATCH] ci: [github-workflows] - related #388 - chromatic workflow : configure checkout action with github head ref --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 4c163391..8e7d7c86 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.event.pull_request.head.ref }} - name: Setup node version uses: actions/setup-node@v4