From 87c3dc24adf9aef0890b5ce1e7f03eed2589e347 Mon Sep 17 00:00:00 2001 From: andry81 Date: Sun, 21 Nov 2021 04:53:05 +0300 Subject: [PATCH] Temporary disabled `continue-on-error` because of pipeline error: `Unexpected value 'continue-on-error'`. Implementation details: https://github.com/actions/runner/issues/646 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6bee8fc..19e94ab 100644 --- a/action.yml +++ b/action.yml @@ -99,7 +99,7 @@ runs: - name: accumulate ${{ inputs.stat_entity_path }} id: accum-stats shell: bash - continue-on-error: true + #continue-on-error: true run: | cd $GITHUB_WORKSPACE/gh-stats cat "$stats_json"