From b87f99cb350cdff13df9e28989b4a45fa09460ef Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:40:57 +0000 Subject: [PATCH] fix: update finish-exercise workflow to use exercise-toolkit repository --- .github/workflows/finish-exercise.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }}