Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/finish-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down