Skip to content

Commit 40c7498

Browse files
Update start-exercise workflow to v0.8.1 and checkout main branch
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
1 parent 048f3d4 commit 40c7498

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 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.8.0
21+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.8.1
2222
with:
2323
exercise-title: "Code with Codespaces"
2424
intro-message: "Let's create a pre-configured environment to simplify development!"
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
ref: main
3638

3739
- name: Get response templates
3840
uses: actions/checkout@v4

0 commit comments

Comments
 (0)