Skip to content

Commit 4fe41e4

Browse files
committed
chore: update
1 parent f807d34 commit 4fe41e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/actions/issue-pr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ const action: Action = async(github, context, core) => {
141141
...info,
142142
title: normalizedTitle,
143143
})}\n`,
144-
[resolveFilePath(dir, "README", "md", locale)]: quiz.readme.en,
145-
[resolveFilePath(dir, "README", "md", anotherLocale)]: quiz.readme["zh-CN"],
144+
[resolveFilePath(dir, "README", "md", locale)]: quiz.readme[locale],
145+
[resolveFilePath(dir, "README", "md", anotherLocale)]: quiz.readme[anotherLocale],
146146
...transformQuizToFiles(question),
147147
}
148148

0 commit comments

Comments
 (0)