mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 17:21:06 +08:00
Use "ci" not "install" to install dependencies in actions
This commit is contained in:
parent
3e32975625
commit
79a070cdc8
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -5,7 +5,7 @@ workflow "CI" {
|
||||
|
||||
action "Dependencies" {
|
||||
uses = "actions/npm@v2.0.0"
|
||||
args = "install"
|
||||
args = "ci"
|
||||
}
|
||||
|
||||
action "Format" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user