Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: |
!github.event.repository.is_template
name: Start Exercise
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
with:
exercise-title: "Communicate using Markdown"
intro-message: "Organize ideas and collaborate using Markdown, a lightweight language for text formatting."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/1-add-headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0

check_step_work:
name: Check step work
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check if day-1.md file exists
id: check-file-exists
continue-on-error: true
uses: skills/exercise-toolkit/actions/file-exists@v0.5.0
uses: skills/exercise-toolkit/actions/file-exists@v0.6.0
with:
file: day-1.md

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-make-a-task-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0

check_step_work:
name: Check step work
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-add-a-code-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0

check_step_work:
name: Check step work
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-add-an-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0

check_step_work:
name: Check step work
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/5-merge-your-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
find_exercise:
name: Find Exercise Issue
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0

post_review_content:
name: Post review content
Expand All @@ -45,7 +45,7 @@ jobs:
finish_exercise:
name: Finish Exercise
needs: [find_exercise, post_review_content]
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5.0
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
with:
issue-url: ${{ needs.find_exercise.outputs.issue-url }}

Expand Down