26
26
jobs :
27
27
find_exercise :
28
28
name : Find Exercise Issue
29
- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.1 .0
29
+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
30
30
31
31
check_step_work :
32
32
name : Check step work
47
47
with :
48
48
repository : skills/exercise-toolkit
49
49
path : exercise-toolkit
50
- ref : v0.1.0
50
+ # Results table still uses old format. Needs refactored to update.
51
+ ref : v0.3.0
51
52
52
53
- name : Update comment - congratulate first PR
53
54
run : |
@@ -103,18 +104,19 @@ jobs:
103
104
104
105
- name : Build message - step results
105
106
id : build-message-step-results
106
- uses : skills/action-text-variables@v1
107
+ uses : skills/action-text-variables@v2
107
108
with :
108
109
template-file : exercise-toolkit/markdown-templates/step-feedback/step-results.md
109
- template-vars : ' {
110
- "step_number": 3,
111
- "passed": ${{ steps.check-user-work.outputs.passed }},
112
- "results_table": ${{ steps.check-user-work.outputs.results }},
113
- "tips": [
114
- "Issues are for capturing a problem/idea and possible solutions.",
115
- "Pull requests are for active development and getting feedback."
116
- ]
117
- }'
110
+ template-vars : >
111
+ {
112
+ "step_number": 3,
113
+ "passed": ${{ steps.check-user-work.outputs.passed }},
114
+ "results_table": ${{ steps.check-user-work.outputs.results }},
115
+ "tips": [
116
+ "Issues are for capturing a problem/idea and possible solutions.",
117
+ "Pull requests are for active development and getting feedback."
118
+ ]
119
+ }
118
120
119
121
- name : Create comment - step results
120
122
run : |
@@ -130,11 +132,11 @@ jobs:
130
132
131
133
- name : Build message - step finished
132
134
id : build-message-step-finish
133
- uses : skills/action-text-variables@v1
135
+ uses : skills/action-text-variables@v2
134
136
with :
135
137
template-file : exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md
136
138
template-vars : |
137
- next_step_number= 4
139
+ next_step_number: 4
138
140
139
141
- name : Update comment - step finished
140
142
run : |
@@ -159,7 +161,7 @@ jobs:
159
161
with :
160
162
repository : skills/exercise-toolkit
161
163
path : exercise-toolkit
162
- ref : v0.1 .0
164
+ ref : v0.6 .0
163
165
164
166
- name : Create comment - add step content
165
167
run : |
0 commit comments