File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
find_exercise :
19
19
name : Find Exercise Issue
20
- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
20
+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
21
21
22
22
post_next_step_content :
23
23
name : Post next step content
35
35
with :
36
36
repository : skills/exercise-toolkit
37
37
path : exercise-toolkit
38
- ref : v0.5 .0
38
+ ref : v0.6 .0
39
39
40
40
- name : Create comment - add step content
41
41
run : |
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
find_exercise :
19
19
name : Find Exercise Issue
20
- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
20
+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
21
21
22
22
post_next_step_content :
23
23
name : Post next step content
35
35
with :
36
36
repository : skills/exercise-toolkit
37
37
path : exercise-toolkit
38
- ref : v0.5 .0
38
+ ref : v0.6 .0
39
39
40
40
- name : Create comment - add step content
41
41
run : |
Original file line number Diff line number Diff line change 54
54
needs : [check_keywords]
55
55
name : Find Exercise Issue
56
56
if : needs.check_keywords.outputs.result == 'success'
57
- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
57
+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
58
58
59
59
post_next_step_content :
60
60
name : Post next step content
72
72
with :
73
73
repository : skills/exercise-toolkit
74
74
path : exercise-toolkit
75
- ref : v0.5 .0
75
+ ref : v0.6 .0
76
76
77
77
- name : Create comment - add step content
78
78
run : |
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
find_exercise :
19
19
name : Find Exercise Issue
20
- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5 .0
20
+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6 .0
21
21
22
22
post_review_content :
23
23
name : Post review content
40
40
finish_exercise :
41
41
name : Finish Exercise
42
42
needs : [find_exercise, post_review_content]
43
- uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5 .0
43
+ uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6 .0
44
44
with :
45
45
issue-url : ${{ needs.find_exercise.outputs.issue-url }}
46
46
You can’t perform that action at this time.
0 commit comments