File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 start_exercise :
1818 name : Start Exercise
19- uses : skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
19+ uses : skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3
2020 with :
2121 exercise-title : " Hello GitHub Actions"
2222 intro-message : " Create and run a GitHub Actions workflow."
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.6.0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222
2323 check_step_work :
2424 name : Check step work
4949 - name : Check if welcome.yml file exists
5050 id : check-file-exists
5151 continue-on-error : true
52- uses : skills/exercise-toolkit/actions/file-exists@v0.6.0
52+ uses : skills/exercise-toolkit/actions/file-exists@v0.7.3
5353 with :
5454 file : .github/workflows/welcome.yml
5555
Original file line number Diff line number Diff line change 1616jobs :
1717 find_exercise :
1818 name : Find Exercise Issue
19- uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
19+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2020
2121 check_step_work :
2222 name : Check step work
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.6.0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222
2323 check_step_work :
2424 name : Check step work
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.6.0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222
2323 post_next_step_content :
2424 name : Post next step content
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.6.0
21+ uses : skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222
2323 post_review_content :
2424 name : Post review content
4141 finish_exercise :
4242 name : Finish Exercise
4343 needs : [find_exercise, post_review_content]
44- uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
44+ uses : skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.3
4545 with :
4646 issue-url : ${{ needs.find_exercise.outputs.issue-url }}
4747 exercise-title : " Hello GitHub Actions"
You can’t perform that action at this time.
0 commit comments