mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
Use "ci" not "install" to install dependencies in actions
This commit is contained in:
@@ -5,7 +5,7 @@ workflow "CI" {
|
|||||||
|
|
||||||
action "Dependencies" {
|
action "Dependencies" {
|
||||||
uses = "actions/[email protected]"
|
uses = "actions/[email protected]"
|
||||||
args = "install"
|
args = "ci"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Format" {
|
action "Format" {
|
||||||
|
|||||||
Reference in New Issue
Block a user