Skip to content

Commit 4bd041c

Browse files
use exercise-toolkit@main
1 parent 06895dd commit 4bd041c

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.github/workflows/0-start-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: |
1919
!github.event.repository.is_template
2020
name: Start Exercise
21-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
21+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@main
2222
with:
2323
exercise-title: "Getting Started with GitHub Copilot"
2424
intro-message: "Welcome to the exciting world of GitHub Copilot! 🚀 In this exercise, you'll unlock the potential of this AI-powered coding assistant to accelerate your development process. Let's dive in and have some fun exploring the future of coding together! 💻✨"
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
repository: skills/exercise-toolkit
4242
path: exercise-toolkit
43-
ref: v0.6.0
43+
ref: main
4444

4545
- name: Create comment - add step content
4646
uses: GrantBirki/[email protected]

.github/workflows/1-preparing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
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@main
2020

2121
post_next_step_content:
2222
name: Post next step content
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
repository: skills/exercise-toolkit
3737
path: exercise-toolkit
38-
ref: v0.6.0
38+
ref: main
3939

4040
- name: Create comment - step finished
4141
uses: GrantBirki/[email protected]

.github/workflows/2-first-introduction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
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@main
2222

2323
check_step_work:
2424
name: Check step work
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: skills/exercise-toolkit
3939
path: exercise-toolkit
40-
ref: v0.6.0
40+
ref: main
4141

4242
- name: Find last comment
4343
id: find-last-comment
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
repository: skills/exercise-toolkit
107107
path: exercise-toolkit
108-
ref: v0.6.0
108+
ref: main
109109

110110
- name: Create comment - step finished
111111
uses: GrantBirki/[email protected]

.github/workflows/3-copilot-edits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
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@main
2222

2323
check_step_work:
2424
name: Check step work
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
repository: skills/exercise-toolkit
4040
path: exercise-toolkit
41-
ref: v0.6.0
41+
ref: main
4242

4343
- name: Find last comment
4444
id: find-last-comment
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
repository: skills/exercise-toolkit
103103
path: exercise-toolkit
104-
ref: v0.6.0
104+
ref: main
105105

106106
- name: Create comment - step finished
107107
uses: GrantBirki/[email protected]

.github/workflows/3b-copilot-agent-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
find_exercise:
3939
name: Find Exercise Issue
40-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
40+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
4141

4242
post_next_step_content:
4343
name: Post next step content

.github/workflows/4-copilot-on-github.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
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@main
2222

2323
post_review_content:
2424
name: Post review content
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: skills/exercise-toolkit
3939
path: exercise-toolkit
40-
ref: v0.6.0
40+
ref: main
4141

4242
- name: Create comment - step finished - final review next
4343
uses: GrantBirki/[email protected]
@@ -61,7 +61,7 @@ jobs:
6161
finish_exercise:
6262
name: Finish Exercise
6363
needs: [find_exercise, post_review_content]
64-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
64+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@main
6565
with:
6666
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
6767
exercise-title: "Getting Started with GitHub Copilot"

.github/workflows/4b-copilot-on-github.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
find_exercise:
2424
name: Find Exercise Issue
25-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
25+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2626

2727
check_step_work:
2828
name: Check step work
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
repository: skills/exercise-toolkit
4343
path: exercise-toolkit
44-
ref: v0.6.0
44+
ref: main
4545

4646
# START: Check practical exercise
4747

@@ -81,7 +81,6 @@ jobs:
8181
REPO: ${{ github.repository }}
8282
PR_NUMBER: ${{ github.event.pull_request.number }}
8383

84-
8584
- name: Create comment - step results
8685
uses: GrantBirki/[email protected]
8786
with:

0 commit comments

Comments
 (0)