A collection of templates for use in Skills exercises.
/readme/*- templates intended for updating an exercise's root readme file./step-feedback/*- templates for sharing step progress, grading pass/fail, and congratulations. Typically used for issue comments.
Several templates contain Nunjucks style variable templating. They are intended for use with the skills/action-text-variables or GrantBirki/comment GitHub Actions, both of which support full Nunjucks templating.
Hello {{ login }}, nice to meet you!{
"login": "${{ github.actor }}"
}login: "${{ github.actor }}"Tip
See Nunjucks templating documentation for all capabilities like iteration, conditionals, and more.