Skip to content

Commit ae964f7

Browse files
authored
chore: 修复token (#2114)
1 parent 4a8d271 commit ae964f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/issue-automated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const { QueryAntVDocumentTool, ExtractAntVTopicTool }= require('@antv/mcp-serve
1010
*/
1111
module.exports = async ({ github, core, context, issue }) => {
1212
try {
13-
core.info('开始处理 issue...');
14-
const library = `${context.repo.repo}`
13+
core.info('开始处理 issue...', context.repo.repo);
14+
const library = `f2`
1515
if (!issue) {
1616
core.setFailed('找不到 issue 信息');
1717
return;

0 commit comments

Comments
 (0)