Skip to content

Commit c57eb1f

Browse files
github-actions[bot]actions-userMishaKav
authored
Bump @linearb/gitstream-core to 2.1.199 (#386)
* bump @linearb/gitstream-core to 2.1.199 * Add continue-on-error option for plugin dependency installation --------- Co-authored-by: GitHub Actions Bot <actions@github.com> Co-authored-by: Misha Kav <misha.kav@gmail.com>
1 parent 53ca4f3 commit c57eb1f

File tree

4 files changed

+40
-39
lines changed

4 files changed

+40
-39
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

dist/index.js

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"@actions/core": "^1.11.1",
41-
"@linearb/gitstream-core": "2.1.196"
41+
"@linearb/gitstream-core": "2.1.199"
4242
},
4343
"devDependencies": {
4444
"@jest/globals": "^30.0.5",

0 commit comments

Comments
 (0)