Commit 15188c1 1 parent 1c08921 commit 15188c1 Copy full SHA for 15188c1
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
id : first-installation
64
64
run : npm ci
65
65
continue-on-error : true
66
- - if : steps.first-installation.outputs.status == 'failure ' && steps.packagejson.outputs.exists == 'true'
66
+ - if : steps.first-installation.outcome != 'success ' && steps.packagejson.outputs.exists == 'true'
67
67
name : Clear NPM cache and install deps again
68
68
run : |
69
69
npm cache clean --force
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
id : first-installation
103
103
run : npm ci
104
104
continue-on-error : true
105
- - if : steps.first-installation.outputs.status == 'failure ' && steps.packagejson.outputs.exists == 'true'
105
+ - if : steps.first-installation.outcome != 'success ' && steps.packagejson.outputs.exists == 'true'
106
106
name : Clear NPM cache and install deps again
107
107
run : |
108
108
npm cache clean --force
You can’t perform that action at this time.
0 commit comments