mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +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
|
||||
- name: Upload coverage to Codecov
|
||||
run: ${{ github.action_path }}dist/codecov.sh
|
||||
run: ${GITHUB_ACTION_PATH}dist/codecov.sh
|
||||
shell: bash
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue