We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22037a9 commit 1c205f3Copy full SHA for 1c205f3
.github/workflows/finish-exercise.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
repository: skills/exercise-toolkit
30
path: exercise-toolkit
31
- ref: main # TODO: Change to tag
+ ref: v0.1.0
32
33
- name: Build message - congratulations
34
id: build-message-congratulations
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
- name: Build message - exercise finished
69
id: build-finish-message
.github/workflows/start-exercise.yml
@@ -64,7 +64,7 @@ jobs:
- name: Build welcome message from template
70
id: build-issue-description
0 commit comments