diff --git a/.github/workflows/finish-exercise.yml b/.github/workflows/finish-exercise.yml index d46846d..c14af4b 100644 --- a/.github/workflows/finish-exercise.yml +++ b/.github/workflows/finish-exercise.yml @@ -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 }}