From 11439848e94e33dac0878b3839908eab634962c3 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 28 Jan 2025 09:12:13 +0000 Subject: [PATCH] chore: safedirectory --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3295da67..b530bf32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,7 @@ jobs: - name: Use agent run: | + git config --global --add safe.directory $(pwd) task use AGENT=${{ matrix.agent }} - name: Run tests