File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -95,17 +95,17 @@ steps:
95
95
- name : Get templates from another repository
96
96
uses : actions/checkout@v4
97
97
with :
98
- repository : skills/response-templates
99
- path : response-templates
98
+ repository : skills/exercise-toolkit
99
+ path : exercise-toolkit
100
100
101
101
- name : Show available templates
102
- run : ls -R response -templates
102
+ run : ls -R exercise-toolkit/markdown -templates
103
103
104
104
- name : Build comment using template
105
105
id : build-comment
106
106
uses : skills/action-text-variables@v1
107
107
with :
108
- template-file : response -templates/step-feedback/lesson-finished.md
108
+ template-file : exercise-toolkit/markdown -templates/step-feedback/lesson-finished.md
109
109
template-vars : >
110
110
{
111
111
"login": "${{ github.actor }}",
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
- name : Get templates from another repository
15
15
uses : actions/checkout@v4
16
16
with :
17
- repository : skills/response-templates
18
- path : response-templates
17
+ repository : skills/exercise-toolkit
18
+ path : exercise-toolkit
19
19
20
20
- name : Show available templates
21
- run : ls -R response- templates
21
+ run : ls -R exercise-toolkit/markdown- templates/
22
22
23
23
- name : Build comment using template
24
24
id : build-comment
25
25
uses : skills/action-text-variables@v1
26
26
with :
27
- template-file : response -templates/step-feedback/lesson-finished.md
27
+ template-file : exercise-toolkit/markdown -templates/step-feedback/lesson-finished.md
28
28
template-vars : >
29
29
{
30
30
"login": "${{ github.actor }}",
You can’t perform that action at this time.
0 commit comments