Added more tests

This commit is contained in:
Corey Butler 2019-09-02 16:40:03 -05:00
parent a0ac8c2657
commit ae6ad23726

View File

@ -1,9 +1,9 @@
// import * as core from '@actions/core';
const core = require('@actions/core')
const fs = require('fs')
const path = require('path')
async function run() {
console.log(process.env)
try {
// const myInput = core.getInput('myInput')
// core.debug(`Hello ${myInput}`)