From 172b7dda2f7b7be9289740b960881751628c89df Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 19:08:56 +1200 Subject: [PATCH] fix(ci): fix git config safe directory for playwright --- .github/workflows/ci-pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 94c21bd..ff27a68 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -187,8 +187,9 @@ jobs: image: mcr.microsoft.com/playwright:v1.52.0-jammy steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 + + - name: Configure Git safe directory + run: git config --global --add safe.directory /__w/www/www - name: Download build artifacts uses: actions/download-artifact@v4