File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ jobs:
100
100
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
101
101
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
102
102
103
- - name : Get AI score
104
- id : get-ai -score
103
+ - name : Get agent score
104
+ id : get-agent -score
105
105
uses : actions/github-script@v7
106
106
env :
107
107
PR_NUMBER : ${{ steps.create-grading-pr.outputs.pr_number }}
@@ -283,7 +283,7 @@ jobs:
283
283
const testsResult = '${{ steps.get-tests-score.outputs.result }}';
284
284
const tests = parseResult(testsResult, 70);
285
285
// Parse grade-ai result (e.g., 27/100), scale to 30
286
- const aiResult = '${{ steps.get-ai -score.outputs.result }}';
286
+ const aiResult = '${{ steps.get-agent -score.outputs.result }}';
287
287
const ai = parseResult(aiResult, 30);
288
288
// Sum
289
289
const totalEarned = tests.earned + ai.earned;
You can’t perform that action at this time.
0 commit comments