Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Feb 18, 2025
1 parent d5424e2 commit c1ea3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1ea3a2

Please sign in to comment.