1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* use default import (#108)

This commit is contained in:
shimataro 2020-02-08 17:12:21 +09:00 committed by GitHub
parent bd25955fab
commit 35971977d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import * as fs from "fs";
import * as path from "path";
import fs from "fs";
import path from "path";
import * as core from "@actions/core";