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