There was an error while loading. Please reload this page.
1 parent 05f5a9c commit b542d5aCopy full SHA for b542d5a
action.yml
@@ -154,6 +154,11 @@ branding:
154
runs:
155
using: "composite"
156
steps:
157
+ - name: Action version
158
+ shell: bash
159
+ run: |
160
+ CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2)
161
+ echo -e "\033[0;32m==>\033[0m Running Action version $CC_ACTION_VERSION"
162
- name: Set safe directory
163
if: ${{ inputs.disable_safe_directory != 'true' }}
164
shell: bash
0 commit comments