From 7be093300e9372888e77c89b91cab59c6e23bda9 Mon Sep 17 00:00:00 2001 From: phips28 Date: Sat, 26 Oct 2019 21:48:02 +0200 Subject: [PATCH] fix code formatting --- index.js | 1 - 1 file changed, 1 deletion(-) 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)