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

@ -3,6 +3,9 @@ import * as path from "path";
import * as core from "@actions/core";
/**
* main function
*/
function main(): void
{
try