From 79a070cdc89b7fa587aee7ff57ce60e7ebef78cf Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Fri, 19 Apr 2019 15:46:22 -0400 Subject: [PATCH] Use "ci" not "install" to install dependencies in actions --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index cd88360e..46e72818 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,7 +5,7 @@ workflow "CI" { action "Dependencies" { uses = "actions/npm@v2.0.0" - args = "install" + args = "ci" } action "Format" {