import fix, pacakge updates

This commit is contained in:
SamKirkland
2020-08-28 01:11:57 -05:00
parent afd59edb41
commit fc9de49cd2
4 changed files with 59 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
import core from "@actions/core";
import * as core from "@actions/core";
import { deploy } from "@samkirkland/ftp-deploy";
import { IFtpDeployArguments } from "@samkirkland/ftp-deploy/dist/module/types";