We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9552749 commit 460509aCopy full SHA for 460509a
action.yml
@@ -117,10 +117,14 @@ runs:
117
shell: bash
118
run: mv gitstream code
119
120
+ - name: Clear npm cache
121
+ shell: bash
122
+ run: npm cache clean --force
123
+
124
- name: Install Dependencies for plugins
125
126
continue-on-error: true
- run: npm i --silent moment@2.30.1 lodash@4.18.1 axios@1.14.0 @octokit/rest@20.1.1
127
+ run: npm i --ignore-scripts moment@2.30.1 lodash@4.18.1 axios@1.14.0 @octokit/rest@20.1.1
128
129
- name: Run RulesEngine
130
0 commit comments