From d5424e2a46a142f4991f9c2cf788b0bea0ff17b4 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:24:20 -0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 73c7e84..45714a2 100644 --- a/action.yml +++ b/action.yml @@ -181,7 +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 shell: bash