Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/finish-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ jobs:
- name: Get response templates
uses: actions/checkout@v4
with:
repository: skills/response-templates
path: skills-response-templates
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: dev # TODO: Change to tag

- name: Build message - exercise finished
id: build-finish-message
uses: skills/action-text-variables@v1
with:
template-file: skills-response-templates/step-feedback/exercise-finished.md
template-file: exercise-toolkit/markdown-templates/step-feedback/exercise-finished.md
template-vars: |
login=${{ github.actor }}
repo_full_name=${{ github.repository }}
Expand Down