A collection of responses for use in Skills courses.
/readme/*
- templates intended for updating a course's root readme file./step-feedback/*
- templates for sharing step progress, grading pass/fail, and congratulations. Typically used for issue comments.
Several templates contain mustache style variables. They are intended for use with the skills/action-text-variables GitHub Action, which supports full mustache templating.
Hello {{ login }}, nice to meet you!
{
"login": "${{ github.actor }}"
}
Tip
See mustache syntax for all capabilities like iteration and if/then logic.