react to feedback

This commit is contained in:
Aiqiao Yan
2025-04-17 20:23:07 +00:00
parent f1591cfa68
commit 1c557cdc25
6 changed files with 23 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ export async function run(): Promise<void> {
// Save the response to a file in case the response overflow the output limit
const responseFilePath = path.join(tempDir(), RESPONSE_FILE)
core.setOutput('response-path', responseFilePath)
core.setOutput('response-file', responseFilePath)
if (modelResponse && modelResponse !== '') {
fs.writeFileSync(responseFilePath, modelResponse, 'utf-8')