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' diff --git a/index.js b/index.js index 84861d9..da4696e 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,5 @@ const core = require('@actions/core'); +const github = require('@actions/core'); async function run() { try { diff --git a/node_modules/@actions/.DS_Store b/node_modules/@actions/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/node_modules/@actions/.DS_Store and /dev/null differ