From 2271e15fc11684bee04d0c8a90079de8bd80a696 Mon Sep 17 00:00:00 2001 From: "Italo A. Casas" Date: Tue, 19 Feb 2019 17:05:54 -0500 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index deebb9c..c76033c 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1,8 @@ workflow "New workflow" { - resolves = ["Node.js Audit"] on = "pull_request" + resolves = ["Node.js NPM Install"] } -action "Node.js Audit" { +action "Node.js NPM Install" { uses = "italoacasas/action-nodejs-audit@1.0.3" }