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

* add JSDoc

This commit is contained in:
shimataro 2019-09-18 22:29:58 +09:00
parent d623245bda
commit 5338646017
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
3 changed files with 7 additions and 1 deletions

View file

@ -10,6 +10,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
const fs = __importStar(require("fs"));
const path = __importStar(require("path"));
const core = __importStar(require("@actions/core"));
/**
* main function
*/
function main() {
try {
const home = getHomeDirectory();