From 7bd6365cabc5864b6c9fdc20cd06eebeaf68b48e Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 10 Feb 2020 12:53:19 -0700 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b1ae0f0..0f79983 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ const core = require('@actions/core') // const github = require('@actions/github') -// const Neocities = require('async-neocities') +const Neocities = require('async-neocities-tmp') const path = require('path') const exec = require('child_process').exec