From 706ae4ee24206f8cb627befc3be9d8697cd081e9 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 2 Sep 2019 16:34:28 -0500 Subject: [PATCH] Revert to CJS --- lib/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index bdfb8bd..065de65 100644 --- a/lib/main.js +++ b/lib/main.js @@ -1,4 +1,5 @@ -import * as core from '@actions/core'; +// import * as core from '@actions/core'; +const core = require('@actions/core') async function run() { console.log(process.env)