mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: forgot a pipe
This commit is contained in:
parent
f89dff9cb6
commit
1a5884c9ef
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ runs:
|
|||
- name: Action version
|
||||
shell: bash
|
||||
run: |
|
||||
CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version | grep 'CODECOV_ACTION_VERSION=' cut -d\" -f2)
|
||||
echo -e "\033[0;32m==>\033[0m Running Action version $$CC_ACTION_VERSION"
|
||||
CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2)
|
||||
echo -e "\033[0;32m==>\033[0m Running Action version $CC_ACTION_VERSION"
|
||||
- name: Set safe directory
|
||||
if: ${{ inputs.disable_safe_directory != 'true' }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue