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