mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 06: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
|
shell: bash
|
||||||
run: |
|
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 }}"
|
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Set fork
|
- name: Set fork
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue