From 82065e5fa2b44a2cbc010d23b0cea9ea49306fbf Mon Sep 17 00:00:00 2001 From: anway Date: Mon, 21 Jul 2025 10:20:22 +0800 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 13677ae..fa45cb4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,7 +3,7 @@ import * as core from "@actions/core"; import OpenAI from "openai"; import { Octokit } from "@octokit/rest"; import parseDiff, { Chunk, File } from "parse-diff"; -import minimatch from "minimatch"; +import minimatch from "minimatch";test const GITHUB_TOKEN: string = core.getInput("GITHUB_TOKEN"); const OPENAI_API_KEY: string = core.getInput("OPENAI_API_KEY");