fix: add action version (#1678)

* fix: add action version

* fix: use GITHUB_ACTION_PATH

* fix: forgot a pipe
This commit is contained in:
Tom Hu
2024-11-19 17:40:08 -05:00
committed by GitHub
parent 05f5a9cfad
commit b542d5a35c

View File

@@ -154,6 +154,11 @@ branding:
runs:
using: "composite"
steps:
- 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"
- name: Set safe directory
if: ${{ inputs.disable_safe_directory != 'true' }}
shell: bash