From 5ed63a583c82205cc524df3addf93aee71a0e9f9 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 19 Nov 2024 17:24:00 -0500 Subject: [PATCH] fix: add action version --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index f2fa3ab90..b187d045e 100644 --- a/action.yml +++ b/action.yml @@ -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