diff --git a/.github/workflows/finish-exercise.yml b/.github/workflows/finish-exercise.yml index 38cc093..d4f2b8e 100644 --- a/.github/workflows/finish-exercise.yml +++ b/.github/workflows/finish-exercise.yml @@ -28,7 +28,7 @@ jobs: with: repository: skills/exercise-toolkit path: exercise-toolkit - ref: main # TODO: Change to tag + ref: v0.1.0 - name: Build message - congratulations id: build-message-congratulations @@ -63,7 +63,7 @@ jobs: with: repository: skills/exercise-toolkit path: exercise-toolkit - ref: main # TODO: Change to tag + ref: v0.1.0 - name: Build message - exercise finished id: build-finish-message diff --git a/.github/workflows/start-exercise.yml b/.github/workflows/start-exercise.yml index 919a623..f1efe66 100644 --- a/.github/workflows/start-exercise.yml +++ b/.github/workflows/start-exercise.yml @@ -64,7 +64,7 @@ jobs: with: repository: skills/exercise-toolkit path: exercise-toolkit - ref: main # TODO: Change to tag + ref: v0.1.0 - name: Build welcome message from template id: build-issue-description