Skip to content

Commit 87c3dc2

Browse files
committed
Temporary disabled continue-on-error because of pipeline error: Unexpected value 'continue-on-error'.
Implementation details: actions/runner#646
1 parent 58f08d9 commit 87c3dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
- name: accumulate ${{ inputs.stat_entity_path }}
100100
id: accum-stats
101101
shell: bash
102-
continue-on-error: true
102+
#continue-on-error: true
103103
run: |
104104
cd $GITHUB_WORKSPACE/gh-stats
105105
cat "$stats_json"

0 commit comments

Comments
 (0)