mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: add action version
This commit is contained in:
parent
05f5a9cfad
commit
5ed63a583c
1 changed files with 5 additions and 0 deletions
|
|
@ -154,6 +154,11 @@ branding:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Action version
|
||||
shell: bash
|
||||
run: |
|
||||
CC_ACTION_VERSION=$(cat 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