Skip to content

Commit a3705eb

Browse files
test: use workflows from skills-dev org
1 parent 84fdf7e commit a3705eb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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.4.0
21+
uses: skills-dev/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! 💻✨"

.github/workflows/1-preparing.yml

Lines changed: 1 addition & 1 deletion
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.4.0
19+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2020

2121
check_step_work:
2222
name: Check step work

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

Lines changed: 1 addition & 1 deletion
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.4.0
21+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2222

2323
check_step_work:
2424
name: Check step work

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

Lines changed: 1 addition & 1 deletion
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.4.0
21+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2222

2323
check_step_work:
2424
name: Check step work

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

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

3737
find_exercise:
3838
name: Find Exercise Issue
39-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
39+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
4040

4141
post_step_3b_content:
4242
name: Post step 3b content

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

Lines changed: 2 additions & 2 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.4.0
21+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2222

2323
check_step_work:
2424
name: Check step work
@@ -81,7 +81,7 @@ jobs:
8181
finish_exercise:
8282
name: Finish Exercise
8383
needs: [find_exercise, post_review_content]
84-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.4.0
84+
uses: skills-dev/exercise-toolkit/.github/workflows/finish-exercise.yml@main
8585
with:
8686
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
8787

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

Lines changed: 1 addition & 1 deletion
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.4.0
25+
uses: skills-dev/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
2626

2727
check_step_work:
2828
name: Check step work

0 commit comments

Comments
 (0)