From 7d1e4bb872cccebbeb092d92a197c8c0f4cd8382 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 29 Feb 2020 16:56:28 -0700 Subject: [PATCH] chore: update action entrypoint --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5fda4f1..dd12821 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ inputs: outputs: # none runs: using: 'node12' - main: 'index.js' + main: 'dist/index.js'