mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
Update action.yml
This commit is contained in:
parent
d5424e2a46
commit
c1ea3a2bf5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue