From ae6ad237261a1e1964fe5da6cd8478d9586aed4e Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 2 Sep 2019 16:40:03 -0500 Subject: [PATCH] Added more tests --- lib/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.js b/lib/main.js index d28f1a1..264ff74 100644 --- a/lib/main.js +++ b/lib/main.js @@ -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}`)