From b33c5169f7bcd56b69dcdcd874a55084d43010da Mon Sep 17 00:00:00 2001 From: Jason Edstrom Date: Wed, 24 Jun 2020 22:00:50 -0500 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 802660c7..2f072a1b 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,4 @@ inputs: required: false runs: using: 'node12' - pre: 'scripts/setup.sh' main: 'dist/index.js'