From 3d98e5b2c81117ae0718790b6a781427d09ebecf Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Sat, 3 Aug 2019 18:31:57 -0700 Subject: [PATCH] Removed lib directory --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ac6dcdc..a7fb731 100644 --- a/action.yml +++ b/action.yml @@ -11,4 +11,4 @@ outputs: description: 'The time we we greeted you' runs: using: 'node12' - main: 'lib/hello-world.js' + main: 'index.js'