Skip to content

Commit 86d48db

Browse files
docs: update all references of skills/response-templates to use skills/exercise-toolkit instead (#25)
1 parent 81986e8 commit 86d48db

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ steps:
9595
- name: Get templates from another repository
9696
uses: actions/checkout@v4
9797
with:
98-
repository: skills/response-templates
99-
path: response-templates
98+
repository: skills/exercise-toolkit
99+
path: exercise-toolkit
100100

101101
- name: Show available templates
102-
run: ls -R response-templates
102+
run: ls -R exercise-toolkit/markdown-templates
103103

104104
- name: Build comment using template
105105
id: build-comment
106106
uses: skills/action-text-variables@v1
107107
with:
108-
template-file: response-templates/step-feedback/lesson-finished.md
108+
template-file: exercise-toolkit/markdown-templates/step-feedback/lesson-finished.md
109109
template-vars: >
110110
{
111111
"login": "${{ github.actor }}",

examples/template-from-other-repo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
- name: Get templates from another repository
1515
uses: actions/checkout@v4
1616
with:
17-
repository: skills/response-templates
18-
path: response-templates
17+
repository: skills/exercise-toolkit
18+
path: exercise-toolkit
1919

2020
- name: Show available templates
21-
run: ls -R response-templates
21+
run: ls -R exercise-toolkit/markdown-templates/
2222

2323
- name: Build comment using template
2424
id: build-comment
2525
uses: skills/action-text-variables@v1
2626
with:
27-
template-file: response-templates/step-feedback/lesson-finished.md
27+
template-file: exercise-toolkit/markdown-templates/step-feedback/lesson-finished.md
2828
template-vars: >
2929
{
3030
"login": "${{ github.actor }}",

0 commit comments

Comments
 (0)