diff --git a/index.js b/index.js index 0624d96..a0cbca2 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,6 @@ const { execSync } = require('child_process') // Run your GitHub Action! Toolkit.run(async tools => { - const pkg = tools.getPackageJSON() const event = tools.context.payload // console.log('event:', event)