in src/functions.ts [24:32]
await exec(
"git",
["log", "-m", "-1", "--name-only", "--pretty=format:", githubSha],
options
);
return changedFiles.filter((path) => path !== "");
}
export function getMarkdowns(changedFiles: string[]): string[] {