diff --git a/action.yml b/action.yml index 969c30f..cf9a594 100644 --- a/action.yml +++ b/action.yml @@ -265,6 +265,10 @@ runs: CC_VERSION: ${{ inputs.version }} CC_YML_PATH: ${{ inputs.codecov_yml_path }} + - name: Error + shell: bash + run: exit 1 + - name: Gracefully exit if: ${{ failure() && inputs.fail_ci_if_error != 'true' }} shell: bash