Revert to CJS

This commit is contained in:
Corey Butler 2019-09-02 16:34:28 -05:00
parent 46d6d999eb
commit 706ae4ee24

View File

@ -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)