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'