Skip to content

Commit

Permalink
Temporary disabled continue-on-error because of pipeline error: `Un…
Browse files Browse the repository at this point in the history
…expected value 'continue-on-error'`.

Implementation details: actions/runner#646
  • Loading branch information
andry81 committed Nov 21, 2021
1 parent 58f08d9 commit 87c3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87c3dc2

Please sign in to comment.