Skip to content

Commit 4854c81

Browse files
committed
fix JSDoc return type in main.run function
1 parent 510d27f commit 4854c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ErrorOccurred = boolean
1616

1717
/**
1818
* The main function for the action.
19-
* @returns {Promise<void>} Resolves when the action is complete.
19+
* @returns {Promise<ErrorOccurred>} Resolves when the action is complete.
2020
*/
2121
export async function run(): Promise<ErrorOccurred> {
2222
try {

0 commit comments

Comments
 (0)