mirror of https://github.com/actions/toolkit
Use "ci" not "install" to install dependencies in actions
parent
3e32975625
commit
79a070cdc8
|
@ -5,7 +5,7 @@ workflow "CI" {
|
||||||
|
|
||||||
action "Dependencies" {
|
action "Dependencies" {
|
||||||
uses = "actions/npm@v2.0.0"
|
uses = "actions/npm@v2.0.0"
|
||||||
args = "install"
|
args = "ci"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Format" {
|
action "Format" {
|
||||||
|
|
Loading…
Reference in New Issue