Update constants.ts
diff --git a/src/constants.ts b/src/constants.ts
index 4484344..af15edc 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -128,7 +128,7 @@
   workspace: process.env.GITHUB_WORKSPACE || ''
 }
 
-/**  */
+/** Types for the required action parameters. */
 export type RequiredActionParameters = Pick<
   ActionInterface,
   'accessToken' | 'gitHubToken' | 'ssh' | 'branch' | 'folder'