From 2deed772e5830fc09693dafed2bb3447efa4f12f Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Sat, 3 Aug 2019 18:33:01 -0700 Subject: [PATCH] Add github package --- index.js | 1 + 1 file changed, 1 insertion(+) 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 {