Skip to content

Commit 1c205f3

Browse files
Update refs to first version of exercise-toolkit when using checkout … (#17)
Update refs to first version of exercise-toolkit when using checkout action for markdown-templates
1 parent 22037a9 commit 1c205f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/finish-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repository: skills/exercise-toolkit
3030
path: exercise-toolkit
31-
ref: main # TODO: Change to tag
31+
ref: v0.1.0
3232

3333
- name: Build message - congratulations
3434
id: build-message-congratulations
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
repository: skills/exercise-toolkit
6565
path: exercise-toolkit
66-
ref: main # TODO: Change to tag
66+
ref: v0.1.0
6767

6868
- name: Build message - exercise finished
6969
id: build-finish-message

.github/workflows/start-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
repository: skills/exercise-toolkit
6666
path: exercise-toolkit
67-
ref: main # TODO: Change to tag
67+
ref: v0.1.0
6868

6969
- name: Build welcome message from template
7070
id: build-issue-description

0 commit comments

Comments
 (0)