mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 23:22:56 +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" {
|
action "Dependencies" {
|
||||||
uses = "actions/npm@v2.0.0"
|
uses = "actions/npm@v2.0.0"
|
||||||
args = "install"
|
args = "ci"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Format" {
|
action "Format" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user