💚 ci: fix auto script causing CI failure

This commit is contained in:
Rafi Arrafif
2026-01-31 18:41:09 +07:00
parent 09c74b28ab
commit 83792848ed
2 changed files with 14 additions and 6 deletions

View File

@ -25,4 +25,6 @@ export const createFile = async (content: string, config: CreateFileConfig) => {
// Write content to the file
await fs.promises.writeFile(targetFile, content, "utf8");
return targetFile;
};