Skip to content

Commit 41aaa78

Browse files
committed
Clean up some tsdoc
1 parent 6db3cd9 commit 41aaa78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action/src/index.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ const mkdtemp = promisify(fs.mkdtemp);
1414
// Environment Variables
1515

1616
/**
17-
* The URL of the repository to push to, one-of:
18-
*
17+
* The URL of the repository to push to, either:
18+
*
1919
* * an ssh URL to a repository
20+
* * the string `"self"`
2021
*/
2122
const REPO = process.env.REPO;
2223
/**

0 commit comments

Comments
 (0)