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:
parent
bd25955fab
commit
35971977d8
3 changed files with 12 additions and 9 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue