We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f76392 commit 574592cCopy full SHA for 574592c
.github/workflows/classroom.yml
@@ -65,8 +65,8 @@ jobs:
65
echo "⚠️ Edge case tests failed (optional)"
66
fi
67
68
- echo "::notice title=Autograding complete::Points ${PASS}/${TOTAL}"
69
- echo "::notice title=Autograding report::{\"totalPoints\":${PASS},\"maxPoints\":${TOTAL}}"
+ echo "::notice title=Autograding complete::Points ${POINTS}/${MAX}"
+ echo "::notice title=Autograding report::{\"totalPoints\":${POINTS},\"maxPoints\":${MAX}}"
70
exit 0
71
ai_feedback:
72
name: AI-Powered Feedback
0 commit comments