From c1ea3a2bf55d8c0e973937a8f773de20b8ad6e84 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:25:32 -0300 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 45714a2..735f0e5 100644 --- a/action.yml +++ b/action.yml @@ -181,6 +181,7 @@ runs: if: ${{ inputs.disable_safe_directory != 'true' }} shell: bash run: | + git config --global --add safe.directory "${{ github.workspace }}" git config --global --add safe.directory "${{ GITHUB_WORKSPACE }}" - name: Set fork