mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Update action.yml
This commit is contained in:
parent
c1ea3a2bf5
commit
5e61ec85fe
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
git config --global --add safe.directory "${{ github.workspace }}"
|
||||
git config --global --add safe.directory "${{ GITHUB_WORKSPACE }}"
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Set fork
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue