mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +00:00
fix: use GITHUB_ACTION_PATH
This commit is contained in:
parent
fa4321df13
commit
df81091b16
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ runs:
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
run: ${{ github.action_path }}dist/codecov.sh
|
run: ${GITHUB_ACTION_PATH}dist/codecov.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue