mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 23:17:25 +00:00
Update action.yml
This commit is contained in:
parent
19ac6f1f20
commit
d5424e2a46
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ runs:
|
||||||
if: ${{ inputs.disable_safe_directory != 'true' }}
|
if: ${{ inputs.disable_safe_directory != 'true' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
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