File tree Expand file tree Collapse file tree 7 files changed +18
-23
lines changed Expand file tree Collapse file tree 7 files changed +18
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 if : |
1919 !github.event.repository.is_template
2020 name : Start Exercise
21- uses : skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6 .0
2222 with :
2323 exercise-title : " Communicate using Markdown"
2424 intro-message : " Organize ideas and collaborate using Markdown, a lightweight language for text formatting."
3939 with :
4040 repository : skills/exercise-toolkit
4141 path : exercise-toolkit
42- ref : v0.5 .0
42+ ref : v0.6 .0
4343
4444 - name : Build comment - add step content
4545 id : build-comment
Original file line number Diff line number Diff line change 1818jobs :
1919 find_exercise :
2020 name : Find Exercise Issue
21- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
2222
2323 check_step_work :
2424 name : Check step work
3636 with :
3737 repository : skills/exercise-toolkit
3838 path : exercise-toolkit
39- ref : v0.5 .0
39+ ref : v0.6 .0
4040
4141 - name : Update comment - checking work
4242 run : |
5050 - name : Check if day-1.md file exists
5151 id : check-file-exists
5252 continue-on-error : true
53- uses : skills/exercise-toolkit/actions/file-exists@v0.5 .0
53+ uses : skills/exercise-toolkit/actions/file-exists@v0.6 .0
5454 with :
5555 file : day-1.md
5656
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 repository : skills/exercise-toolkit
139139 path : exercise-toolkit
140- ref : v0.5 .0
140+ ref : v0.6 .0
141141
142142 - name : Create comment - add step content
143143 run : |
Original file line number Diff line number Diff line change 1818jobs :
1919 find_exercise :
2020 name : Find Exercise Issue
21- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
2222
2323 check_step_work :
2424 name : Check step work
3636 with :
3737 repository : skills/exercise-toolkit
3838 path : exercise-toolkit
39- ref : v0.5 .0
39+ ref : v0.6 .0
4040
4141 - name : Update comment - checking work
4242 run : |
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 repository : skills/exercise-toolkit
118118 path : exercise-toolkit
119- ref : v0.5 .0
119+ ref : v0.6 .0
120120
121121 - name : Create comment - add step content
122122 run : |
Original file line number Diff line number Diff line change 1818jobs :
1919 find_exercise :
2020 name : Find Exercise Issue
21- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
2222
2323 check_step_work :
2424 name : Check step work
3636 with :
3737 repository : skills/exercise-toolkit
3838 path : exercise-toolkit
39- ref : v0.5 .0
39+ ref : v0.6 .0
4040
4141 - name : Update comment - checking work
4242 run : |
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 repository : skills/exercise-toolkit
118118 path : exercise-toolkit
119- ref : v0.5 .0
119+ ref : v0.6 .0
120120
121121 - name : Create comment - add step content
122122 run : |
Original file line number Diff line number Diff line change 1818jobs :
1919 find_exercise :
2020 name : Find Exercise Issue
21- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
2222
2323 check_step_work :
2424 name : Check step work
3636 with :
3737 repository : skills/exercise-toolkit
3838 path : exercise-toolkit
39- ref : v0.5 .0
39+ ref : v0.6 .0
4040
4141 - name : Update comment - checking work
4242 run : |
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 repository : skills/exercise-toolkit
118118 path : exercise-toolkit
119- ref : v0.5 .0
119+ ref : v0.6 .0
120120
121121 - name : Create comment - add step content
122122 run : |
Original file line number Diff line number Diff line change 1818jobs :
1919 find_exercise :
2020 name : Find Exercise Issue
21- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
2222
2323 post_review_content :
2424 name : Post review content
4545 finish_exercise :
4646 name : Finish Exercise
4747 needs : [find_exercise, post_review_content]
48- uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5 .0
48+ uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6 .0
4949 with :
5050 issue-url : ${{ needs.find_exercise.outputs.issue-url }}
51+ exercise-title : " Communicate using Markdown"
5152
5253 disable_workflow :
5354 name : Disable this workflow
You can’t perform that action at this time.
0 commit comments