fix(ci): fix git config safe directory for playwright

This commit is contained in:
taroj1205 2025-06-22 19:08:56 +12:00
parent 401a434ee5
commit 172b7dda2f
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -187,8 +187,9 @@ jobs:
image: mcr.microsoft.com/playwright:v1.52.0-jammy image: mcr.microsoft.com/playwright:v1.52.0-jammy
steps: steps:
- uses: actions/checkout@v4 - 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 - name: Download build artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4