mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09:00
Use "ci" not "install" to install dependencies in actions
This commit is contained in:
parent
3e32975625
commit
79a070cdc8
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue