Skip to content

Commit 7f9a9cd

Browse files
committed
Add continue-on-error option for plugin dependency installation
1 parent da6ec87 commit 7f9a9cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ runs:
167167

168168
- name: Install Dependencies for plugins
169169
shell: bash
170+
continue-on-error: true
170171
run: npm i --silent moment lodash axios @octokit/rest@20.1.1
171172

172173
- name: Run RulesEngine

0 commit comments

Comments
 (0)