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: 5da8e8a723fc1ee7518ff7f2f93d8a8d19df1cde
ref: 7aa247792cb4021203b7c05e65f9128d1c7d2312

- name: Build congratulations message from template
id: build-new-readme
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: v0.1.0
ref: 7aa247792cb4021203b7c05e65f9128d1c7d2312

- name: Build message - exercise finished
id: build-finish-message
Expand Down
4 changes: 2 additions & 2 deletions .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: v0.1.0
ref: 7aa247792cb4021203b7c05e65f9128d1c7d2312

- name: Build welcome message from template
id: build-issue-description
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
repository: skills/exercise-toolkit
path: exercise-toolkit
ref: 284593fb53eda6c6735a0971b76b8809dc38eaeb
ref: 7aa247792cb4021203b7c05e65f9128d1c7d2312

- name: Build welcome message from template
id: build-new-readme
Expand Down