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:
parent
d623245bda
commit
5338646017
3 changed files with 7 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue