Fixed docstring for scripts helper function (#2913)

This commit is contained in:
Alexandr Garbuzov
2023-07-05 08:32:22 +02:00
committed by GitHub
parent b7928aae24
commit 1726c5bb99
+1 -1
View File
@@ -10,7 +10,7 @@ const REPO = "github-readme-stats";
/**
* Retrieve information about the repository that ran the action.
*
* @param {Object} context Action context.
* @param {Object} ctx Action context.
* @returns {Object} Repository information.
*/
export const getRepoInfo = (ctx) => {